forked from pool/trivy
Accepting request 941786 from devel:kubic
- Update to version 0.21.3: * fix(docs): typo (#1488) * feat(plugin): Add option to update plugin (#1462) * fix: fixed skipFiles/skipDirs flags for relative path (#1482) * feat (plugin): add list and info command for plugin (#1452) * fix: set up a vulnerability severity (#1458) * chore: add arm64 deb package (#1480) * Link to trivy tutorial on Semaphore (#1449) * refactor(helm): externalize env vars to configMap (#1345) * docs: provide more information on scanning Google's GCR (#1426) * docs(misconfiguration): added instruction for misconfiguration detection (#1428) * Update git-repository.md (#1430) * fix(hooks): exclude unrelated lib types from system files filtering (#1431) * chore: run `go fmt` (#1429) * fix(sarif): change `help` field in the sarif template. (#1423) * Update fanal with cfsec version update (#1425) * Replace deprecated option in goreleaser (#1406) * feat(alpine): support 3.15 (#1422) * chore: test the helm chart in the PR and used the commit hash (#1414) * chore(deps): bump alpine from 3.14 to 3.15.0 (#1417) * chore(release): add ubuntu older versions to deploy script (#1416) OBS-URL: https://build.opensuse.org/request/show/941786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=12
This commit is contained in:
parent
fd2035c8f7
commit
3fc0b65644
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.21.1</param>
|
||||
<param name="revision">v0.21.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="changesrevision">b9a51de862707d6e2a1fbc6f5967e93f4e94a517</param></service></servicedata>
|
||||
<param name="changesrevision">8e57dee86bb5910c3aae392912d0fa593cf88f9e</param></service></servicedata>
|
BIN
trivy-0.21.1.tar.gz
(Stored with Git LFS)
BIN
trivy-0.21.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.21.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.21.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 21 08:33:39 UTC 2021 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.21.3:
|
||||
* fix(docs): typo (#1488)
|
||||
* feat(plugin): Add option to update plugin (#1462)
|
||||
* fix: fixed skipFiles/skipDirs flags for relative path (#1482)
|
||||
* feat (plugin): add list and info command for plugin (#1452)
|
||||
* fix: set up a vulnerability severity (#1458)
|
||||
* chore: add arm64 deb package (#1480)
|
||||
* Link to trivy tutorial on Semaphore (#1449)
|
||||
* refactor(helm): externalize env vars to configMap (#1345)
|
||||
* docs: provide more information on scanning Google's GCR (#1426)
|
||||
* docs(misconfiguration): added instruction for misconfiguration detection (#1428)
|
||||
* Update git-repository.md (#1430)
|
||||
* fix(hooks): exclude unrelated lib types from system files filtering (#1431)
|
||||
* chore: run `go fmt` (#1429)
|
||||
* fix(sarif): change `help` field in the sarif template. (#1423)
|
||||
* Update fanal with cfsec version update (#1425)
|
||||
* Replace deprecated option in goreleaser (#1406)
|
||||
* feat(alpine): support 3.15 (#1422)
|
||||
* chore: test the helm chart in the PR and used the commit hash (#1414)
|
||||
* chore(deps): bump alpine from 3.14 to 3.15.0 (#1417)
|
||||
* chore(release): add ubuntu older versions to deploy script (#1416)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 05 10:46:26 UTC 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.21.1
|
||||
Version: 0.21.3
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user