forked from pool/trivy
- Update to version 0.40.0:
* feat(flag): Support globstar for `--skip-files` and `--skip-directories` (#4026) * chore(deps): bump actions/stale from 7 to 8 (#3955) * fix: return insecure option to download javadb (#4064) * fix(nodejs): don't stop parsing when unsupported yarn.lock protocols are found (#4052) * ci: add gpg signing for RPM packages (#4056) * fix(k8s): current context title (#4055) * fix(k8s): quit support on k8s progress bar (#4021) * chore: add a note about Dockerfile.canary (#4050) * ci: fix path to canary binaries (#4045) * fix(vuln): report architecture for debian packages (#4032) * feat: add support for Chainguard's commercial distro (#3641) * ci: bump goreleaser for Github Action from 1.4.1 to 1.16.2 (#3979) * fix(vuln): fix error message for remote scanners (#4031) * feat(report): add image metadata to SARIF (#4020) * docs: fix broken cache link on Installation page (#3999) * fix: lock downloading policies and database (#4017) * fix: avoid concurrent access to the global map (#4014) * feat(rust): add Cargo.lock v3 support (#4012) * feat: auth support oci download server subcommand (#4008) * chore(deps): bump github.com/docker/docker (#4009) * chore: install.sh support for armv7 (#3985) * chore(deps): bump github.com/Azure/go-autorest/autorest/adal (#3961) OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/trivy?expand=0&rev=56
This commit is contained in:
parent
a9593f7bd8
commit
1c04f09b2d
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.39.1</param>
|
<param name="revision">v0.40.0</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">a119ef86ea28b0cbd6ad7708ac1ff64a89bd8034</param></service></servicedata>
|
<param name="changesrevision">b43b19ba54cbf30adfaf98febccef033701a1df3</param></service></servicedata>
|
BIN
trivy-0.39.1.tar.zst
(Stored with Git LFS)
BIN
trivy-0.39.1.tar.zst
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.40.0.tar.zst
(Stored with Git LFS)
Normal file
BIN
trivy-0.40.0.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 16 18:05:08 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.40.0:
|
||||||
|
* feat(flag): Support globstar for `--skip-files` and `--skip-directories` (#4026)
|
||||||
|
* chore(deps): bump actions/stale from 7 to 8 (#3955)
|
||||||
|
* fix: return insecure option to download javadb (#4064)
|
||||||
|
* fix(nodejs): don't stop parsing when unsupported yarn.lock protocols are found (#4052)
|
||||||
|
* ci: add gpg signing for RPM packages (#4056)
|
||||||
|
* fix(k8s): current context title (#4055)
|
||||||
|
* fix(k8s): quit support on k8s progress bar (#4021)
|
||||||
|
* chore: add a note about Dockerfile.canary (#4050)
|
||||||
|
* ci: fix path to canary binaries (#4045)
|
||||||
|
* fix(vuln): report architecture for debian packages (#4032)
|
||||||
|
* feat: add support for Chainguard's commercial distro (#3641)
|
||||||
|
* ci: bump goreleaser for Github Action from 1.4.1 to 1.16.2 (#3979)
|
||||||
|
* fix(vuln): fix error message for remote scanners (#4031)
|
||||||
|
* feat(report): add image metadata to SARIF (#4020)
|
||||||
|
* docs: fix broken cache link on Installation page (#3999)
|
||||||
|
* fix: lock downloading policies and database (#4017)
|
||||||
|
* fix: avoid concurrent access to the global map (#4014)
|
||||||
|
* feat(rust): add Cargo.lock v3 support (#4012)
|
||||||
|
* feat: auth support oci download server subcommand (#4008)
|
||||||
|
* chore(deps): bump github.com/docker/docker (#4009)
|
||||||
|
* chore: install.sh support for armv7 (#3985)
|
||||||
|
* chore(deps): bump github.com/Azure/go-autorest/autorest/adal (#3961)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 13 08:10:58 UTC 2023 - dmueller@suse.com
|
Thu Apr 13 08:10:58 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%global goipath github.com/aquasecurity/trivy
|
%global goipath github.com/aquasecurity/trivy
|
||||||
Name: trivy
|
Name: trivy
|
||||||
Version: 0.39.1
|
Version: 0.40.0
|
||||||
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.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