forked from pool/trivy
Accepting request 1062489 from Virtualization:containers
- Update to version 0.37.1: * fix(sbom): download the Java DB when generating SBOM (#3539) * fix: use cgo free sqlite driver (#3521) * ci: fix path to dist folder (#3527) OBS-URL: https://build.opensuse.org/request/show/1062489 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=42
This commit is contained in:
commit
9cc6d7280d
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.37.0</param>
|
<param name="revision">v0.37.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||||
<param name="changesrevision">e9d2af91745e92e3928ac492df9a0ab4a6b2c455</param></service></servicedata>
|
<param name="changesrevision">7f8868b7d83fddf251ebe6a4d37f2482ae1e8a8a</param></service></servicedata>
|
BIN
trivy-0.37.0.tar.zst
(Stored with Git LFS)
BIN
trivy-0.37.0.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.37.1.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.37.1.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 01 16:17:14 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.37.1:
|
||||||
|
* fix(sbom): download the Java DB when generating SBOM (#3539)
|
||||||
|
* fix: use cgo free sqlite driver (#3521)
|
||||||
|
* ci: fix path to dist folder (#3527)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 01 12:09:23 UTC 2023 - dmueller@suse.com
|
Wed Feb 01 12:09:23 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/aquasecurity/trivy
|
%global goipath github.com/aquasecurity/trivy
|
||||||
Name: trivy
|
Name: trivy
|
||||||
Version: 0.37.0
|
Version: 0.37.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user