forked from pool/trivy
Accepting request 942895 from devel:kubic
Update to version 0.22.0: * fix(java/pom): ignore unsupported requirements (#1514) * feat(cli): warning for root command (#1516) * BREAKING: disable JAR detection in fs/repo scanning (#1512) * feat(scan): support --offline-scan option (#1511) * fix: improve memory usage (#1509) * feat(java): support pom.xml (#1501) * docs: fixing rust link to security advisory (#1504) * Add missing IacMetdata (#1505) * feat(jar): add file path (#1498) * feat(rpm): support NDB (#1497) * feat: added misconfiguration field for html.tpl (#1444) OBS-URL: https://build.opensuse.org/request/show/942895 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=13
This commit is contained in:
parent
3fc0b65644
commit
af76884223
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.3</param>
|
||||
<param name="revision">v0.22.0</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">8e57dee86bb5910c3aae392912d0fa593cf88f9e</param></service></servicedata>
|
||||
<param name="changesrevision">42f795fa34c1d0e0700a941c4771987fd6229b55</param></service></servicedata>
|
BIN
trivy-0.21.3.tar.gz
(Stored with Git LFS)
BIN
trivy-0.21.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.22.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.22.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 28 09:50:49 UTC 2021 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.22.0:
|
||||
* fix(java/pom): ignore unsupported requirements (#1514)
|
||||
* feat(cli): warning for root command (#1516)
|
||||
* BREAKING: disable JAR detection in fs/repo scanning (#1512)
|
||||
* feat(scan): support --offline-scan option (#1511)
|
||||
* fix: improve memory usage (#1509)
|
||||
* feat(java): support pom.xml (#1501)
|
||||
* docs: fixing rust link to security advisory (#1504)
|
||||
* Add missing IacMetdata (#1505)
|
||||
* feat(jar): add file path (#1498)
|
||||
* feat(rpm): support NDB (#1497)
|
||||
* feat: added misconfiguration field for html.tpl (#1444)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 21 08:33:39 UTC 2021 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.21.3
|
||||
Version: 0.22.0
|
||||
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