forked from pool/trivy
Accepting request 987818 from Virtualization:containers
- Update to version 0.29.2: * chore: skip Visual Studio Code project folder (#2379) * fix(helm): handle charts with templated names (#2374) * docs: redirect operator docs to trivy-operator repo (#2372) * fix(secret): use secret result when determining Failed status (#2370) * try removing libdb-dev * run integration tests in fanal * use same testing images in fanal * feat(helm): add support for trivy dbRepository (#2345) * fix: Fix failing test due to deref lint issue * test: Fix broken test * fix: Fix makefile when no previous named ref is visible in a shallow clone * chore: Fix linting issues in fanal * refactor: Fix fanal import paths and remove dotfiles * chore: bump defsec version v0.68.1 OBS-URL: https://build.opensuse.org/request/show/987818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=27
This commit is contained in:
commit
04c9c952ef
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.29.1</param>
|
<param name="revision">v0.29.2</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">6ce9404c167963e3a1581df96b889995994cfdac</param></service></servicedata>
|
<param name="changesrevision">6b515bc73632e08a2d8d6d1bb9b8bea108c41fbe</param></service></servicedata>
|
BIN
trivy-0.29.1.tar.gz
(Stored with Git LFS)
BIN
trivy-0.29.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.29.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.29.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 08 07:31:17 UTC 2022 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.29.2:
|
||||||
|
* chore: skip Visual Studio Code project folder (#2379)
|
||||||
|
* fix(helm): handle charts with templated names (#2374)
|
||||||
|
* docs: redirect operator docs to trivy-operator repo (#2372)
|
||||||
|
* fix(secret): use secret result when determining Failed status (#2370)
|
||||||
|
* try removing libdb-dev
|
||||||
|
* run integration tests in fanal
|
||||||
|
* use same testing images in fanal
|
||||||
|
* feat(helm): add support for trivy dbRepository (#2345)
|
||||||
|
* fix: Fix failing test due to deref lint issue
|
||||||
|
* test: Fix broken test
|
||||||
|
* fix: Fix makefile when no previous named ref is visible in a shallow clone
|
||||||
|
* chore: Fix linting issues in fanal
|
||||||
|
* refactor: Fix fanal import paths and remove dotfiles
|
||||||
|
* chore: bump defsec version v0.68.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 22 11:15:35 UTC 2022 - kastl@b1-systems.de
|
Wed Jun 22 11:15:35 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/aquasecurity/trivy
|
%global goipath github.com/aquasecurity/trivy
|
||||||
Name: trivy
|
Name: trivy
|
||||||
Version: 0.29.1
|
Version: 0.29.2
|
||||||
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.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