forked from pool/trivy
Accepting request 990668 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/990668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=29
This commit is contained in:
commit
5bf22dde6a
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.30.0</param>
|
||||
<param name="revision">v0.30.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">45dae7c2cfbd5c940ef0e3a145301b2d315943f9</param></service></servicedata>
|
||||
<param name="changesrevision">80c7b91637a60f54cf8545bf3798f0dab0992e3c</param></service></servicedata>
|
BIN
trivy-0.30.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.30.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.30.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.30.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 13:21:11 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.30.2:
|
||||
* fix(report): show the summary without results (#2548)
|
||||
* fix(cli): replace '-' to '_' for env vars (#2561)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 12:20:52 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.30.1:
|
||||
* chore: remove a test repository (#2551)
|
||||
* fix(license): lazy loading of classifiers (#2547)
|
||||
* fix: CVE-2022-1996 in Trivy (#2499)
|
||||
* docs(sbom): add sbom attestation (#2527)
|
||||
* feat(rocky): set Rocky Linux 9 EOL (#2543)
|
||||
* docs: add attributes to the video tag to autoplay demo videos (#2538)
|
||||
* fix: yaml files with non-string chart name (#2534)
|
||||
* fix: skip dirs (#2530)
|
||||
* feat(repo): add support for branch, commit, & tag (#2494)
|
||||
* fix: remove auto configure environment variables via viper (#2526)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 16 19:28:03 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.30.0
|
||||
Version: 0.30.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