forked from pool/trivy
Accepting request 1070155 from Virtualization:containers
- Update to version 0.38.2: * chore(deps): bump github.com/moby/buildkit from 0.11.0 to 0.11.4 (#3789) * chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 (#3724) * fix(license): disable jar analyzer for licence scan only (#3780) * bump trivy-issue-action to v0.0.0; skip `pkg` dir (#3781) * fix: skip checking dirs for required post-analyzers (#3773) * docs: add information about plugin format (#3749) * fix(sbom): add trivy version to spdx creators tool field (#3756) OBS-URL: https://build.opensuse.org/request/show/1070155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=47
This commit is contained in:
commit
df40ca50c6
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.1</param>
|
||||
<param name="revision">v0.38.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">497c955a4bbe69021452c816e3133594919727fd</param></service></servicedata>
|
||||
<param name="changesrevision">800473a8bcd36b8ec83eeb643e01e4822c5fe712</param></service></servicedata>
|
BIN
trivy-0.38.1.tar.zst
(Stored with Git LFS)
BIN
trivy-0.38.1.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.38.2.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.38.2.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 08 11:02:13 UTC 2023 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.38.2:
|
||||
* chore(deps): bump github.com/moby/buildkit from 0.11.0 to 0.11.4 (#3789)
|
||||
* chore(deps): bump actions/add-to-project from 0.4.0 to 0.4.1 (#3724)
|
||||
* fix(license): disable jar analyzer for licence scan only (#3780)
|
||||
* bump trivy-issue-action to v0.0.0; skip `pkg` dir (#3781)
|
||||
* fix: skip checking dirs for required post-analyzers (#3773)
|
||||
* docs: add information about plugin format (#3749)
|
||||
* fix(sbom): add trivy version to spdx creators tool field (#3756)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 02 17:30:50 UTC 2023 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.38.1
|
||||
Version: 0.38.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