forked from pool/trivy
Accepting request 1064149 from home:ojkastl_buildservice:Branch_Virtualization_containers
update to 0.37.2 OBS-URL: https://build.opensuse.org/request/show/1064149 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/trivy?expand=0&rev=40
This commit is contained in:
parent
d95d3d3fa3
commit
2ec944171e
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.37.1</param>
|
||||
<param name="revision">v0.37.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">7f8868b7d83fddf251ebe6a4d37f2482ae1e8a8a</param></service></servicedata>
|
||||
<param name="changesrevision">12b563b9749afbc41790a2461984802a3d6a2f82</param></service></servicedata>
|
BIN
trivy-0.37.1.tar.zst
(Stored with Git LFS)
BIN
trivy-0.37.1.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.37.2.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.37.2.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 06:19:47 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.37.2:
|
||||
* BREAKING: use normalized trivy-java-db (#3583)
|
||||
* fix(image): add timeout for remote images (#3582)
|
||||
* chore(deps): bump golang.org/x/mod from 0.6.0 to 0.7.0 (#3532)
|
||||
* chore(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 (#3534)
|
||||
* fix(misconf): handle dot files better (#3550)
|
||||
* chore: bump Go to 1.19 (#3551)
|
||||
* chore(deps): bump alpine from 3.17.0 to 3.17.1 (#3522)
|
||||
* chore(deps): bump docker/build-push-action from 3 to 4 (#3523)
|
||||
* chore(deps): bump actions/cache from 3.2.2 to 3.2.4 (#3524)
|
||||
* chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.4.0 (#3525)
|
||||
* chore(deps): bump aquaproj/aqua-installer from 1.2.0 to 2.0.2 (#3526)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 01 16:17:14 UTC 2023 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.37.1
|
||||
Version: 0.37.2
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
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