forked from pool/trivy
- Update to version 0.38.3:
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.86.1 to 1.89.1 (#3827) * fix(java): skip empty files for jar post analyzer (#3832) * fix(docker): build healthcheck command for line without /bin/sh prefix (#3831) * refactor(license): use goyacc for license parser (#3824) * chore(deps): bump github.com/docker/docker from 23.0.0-rc.1+incompatible to 23.0.1+incompatible (#3586) * fix: populate timeout context to node-collector (#3766) * fix: exclude node collector scanning (#3771) * fix: display correct flag in error message when skipping java db update #3808 * fix: disable jar analyzer for scanners other than vuln (#3810) * fix(sbom): fix incompliant license format for spdx (#3335) * fix(java): the project props take precedence over the parent's props (#3320) * docs: add canary build info to README.md (#3799) * docs: adding link to gh token generation (#3784) * docs: changing docs in accordance with #3460 (#3787) OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/trivy?expand=0&rev=50
This commit is contained in:
parent
18a2b0893a
commit
b319fb593e
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.2</param>
|
||||
<param name="revision">v0.38.3</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">800473a8bcd36b8ec83eeb643e01e4822c5fe712</param></service></servicedata>
|
||||
<param name="changesrevision">a12f58be57931c13b5ba9016bc8afd52bd63d3ae</param></service></servicedata>
|
BIN
trivy-0.38.2.tar.zst
(Stored with Git LFS)
BIN
trivy-0.38.2.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.38.3.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.38.3.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 09:56:08 UTC 2023 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.38.3:
|
||||
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.86.1 to 1.89.1 (#3827)
|
||||
* fix(java): skip empty files for jar post analyzer (#3832)
|
||||
* fix(docker): build healthcheck command for line without /bin/sh prefix (#3831)
|
||||
* refactor(license): use goyacc for license parser (#3824)
|
||||
* chore(deps): bump github.com/docker/docker from 23.0.0-rc.1+incompatible to 23.0.1+incompatible (#3586)
|
||||
* fix: populate timeout context to node-collector (#3766)
|
||||
* fix: exclude node collector scanning (#3771)
|
||||
* fix: display correct flag in error message when skipping java db update #3808
|
||||
* fix: disable jar analyzer for scanners other than vuln (#3810)
|
||||
* fix(sbom): fix incompliant license format for spdx (#3335)
|
||||
* fix(java): the project props take precedence over the parent's props (#3320)
|
||||
* docs: add canary build info to README.md (#3799)
|
||||
* docs: adding link to gh token generation (#3784)
|
||||
* docs: changing docs in accordance with #3460 (#3787)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 08 11:02:13 UTC 2023 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.38.2
|
||||
Version: 0.38.3
|
||||
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