forked from pool/trivy
Accepting request 997437 from Virtualization:containers
- Update to version 0.31.2: * fix: Correctly handle recoverable AWS scanning errors (#2726) * docs: Remove reference to SecurityAudit policy for AWS scanning (#2721) - Update to version 0.31.1: * fix: upgrade defsec to v0.71.7 for elb scan panic (#2720) OBS-URL: https://build.opensuse.org/request/show/997437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=32
This commit is contained in:
commit
e79e15f419
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.31.0</param>
|
||||
<param name="revision">v0.31.2</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">917f388852b39a0d31da4a17a73c7302b3dc0d6f</param></service></servicedata>
|
||||
<param name="changesrevision">fefe7c4a7b755a5068f896585b63ad5fe228a845</param></service></servicedata>
|
BIN
trivy-0.31.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.31.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.31.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.31.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 19:32:37 UTC 2022 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.31.2:
|
||||
* fix: Correctly handle recoverable AWS scanning errors (#2726)
|
||||
* docs: Remove reference to SecurityAudit policy for AWS scanning (#2721)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 13:32:11 UTC 2022 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.31.1:
|
||||
* fix: upgrade defsec to v0.71.7 for elb scan panic (#2720)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 12:02:47 UTC 2022 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.31.0
|
||||
Version: 0.31.2
|
||||
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