1
0
forked from pool/trivy

- 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/package/show/Virtualization:containers/trivy?expand=0&rev=38
This commit is contained in:
Dirk Mueller 2023-02-01 16:22:25 +00:00 committed by Git OBS Bridge
parent 672c04bdc6
commit d95d3d3fa3
7 changed files with 16 additions and 8 deletions

View File

@ -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.37.0</param>
<param name="revision">v0.37.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<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)

Binary file not shown.

BIN
trivy-0.37.1.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -19,7 +19,7 @@
%global goipath github.com/aquasecurity/trivy
Name: trivy
Version: 0.37.0
Version: 0.37.1
Release: 0
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
License: Apache-2.0

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.