forked from pool/trivy
Accepting request 1069011 from Virtualization:containers
- Update to version 0.38.1: * feat(misconf): Add support to show policy bundle version (#3743) * fix(python): fix error with optional dependencies in pyproject.toml (#3741) * chore(deps): bump github.com/aws/aws-sdk-go from 1.44.210 to 1.44.212 (#3740) * add id for package.json files (#3750) * chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.19 (#3738) * chore(deps): bump actions/cache from 3.2.4 to 3.2.6 (#3725) * chore(deps): bump github.com/google/go-containerregistry (#3731) * chore(deps): bump go.etcd.io/bbolt from 1.3.6 to 1.3.7 (#3732) * chore(deps): bump alpine from 3.17.1 to 3.17.2 (#3723) OBS-URL: https://build.opensuse.org/request/show/1069011 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=46
This commit is contained in:
commit
344e252b74
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.38.0</param>
|
||||
<param name="revision">v0.38.1</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">bc0836623c6d6bed9fdca4561c6aaacb87e09032</param></service></servicedata>
|
||||
<param name="changesrevision">497c955a4bbe69021452c816e3133594919727fd</param></service></servicedata>
|
BIN
trivy-0.38.0.tar.zst
(Stored with Git LFS)
BIN
trivy-0.38.0.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.38.1.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.38.1.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 02 17:30:50 UTC 2023 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.38.1:
|
||||
* feat(misconf): Add support to show policy bundle version (#3743)
|
||||
* fix(python): fix error with optional dependencies in pyproject.toml (#3741)
|
||||
* chore(deps): bump github.com/aws/aws-sdk-go from 1.44.210 to 1.44.212 (#3740)
|
||||
* add id for package.json files (#3750)
|
||||
* chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.19 (#3738)
|
||||
* chore(deps): bump actions/cache from 3.2.4 to 3.2.6 (#3725)
|
||||
* chore(deps): bump github.com/google/go-containerregistry (#3731)
|
||||
* chore(deps): bump go.etcd.io/bbolt from 1.3.6 to 1.3.7 (#3732)
|
||||
* chore(deps): bump alpine from 3.17.1 to 3.17.2 (#3723)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 01 10:38:28 UTC 2023 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.38.0
|
||||
Version: 0.38.1
|
||||
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