forked from pool/trivy
Accepting request 972935 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/972935 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=23
This commit is contained in:
parent
3d611306a8
commit
7ebb134dc1
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.26.0</param>
|
||||
<param name="revision">v0.27.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">a0047a7983b4b598f27706391cd6f89a63450653</param></service></servicedata>
|
||||
<param name="changesrevision">9fd86da36700a308d0874b214943896c64a16f83</param></service></servicedata>
|
BIN
trivy-0.26.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.26.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.27.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.27.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 06:18:23 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.27.0:
|
||||
* fix(go): fixed panic to scan gomod without version (#2038)
|
||||
* docs(mariner): confirm it works with Mariner 2.0 VM (#2036)
|
||||
* feat(secret): support enable rules (#2035)
|
||||
* chore: app version 26.0 (#2030)
|
||||
* docs(secret): add a demo movie (#2031)
|
||||
* feat: support cache TTL in Redis (#2021)
|
||||
* fix(go): skip system installed binaries (#2028)
|
||||
* fix(go): check if go.sum is nil (#2029)
|
||||
* feat: add secret scanning (#1901)
|
||||
* chore: gh publish only with push the tag release (#2025)
|
||||
* fix(fs): ignore permission errors (#2022)
|
||||
* test(mod): using correct module inside test go.mod (#2020)
|
||||
* feat(server): re-add proxy support for client/server communications (#1995)
|
||||
* fix(report): truncate a description before escaping in ASFF template (#2004)
|
||||
* fix(cloudformation): correct margin removal for empty lines (#2002)
|
||||
* fix(template): correct check of old sarif template files (#2003)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 16 09:04:55 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.26.0
|
||||
Version: 0.27.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