forked from pool/trivy
- Update to version 0.31.3:
* fix: handle empty OS family (#2768) * fix: fix k8s summary report (#2777) * fix: don't skip packages that don't contain vulns, when using --list-all-pkgs flag (#2767) * chore: bump trivy-kubernetes (#2770) * fix(secret): Consider secrets in rpc calls (#2753) * fix(java): check depManagement from upper pom's (#2747) * fix(php): skip `composer.lock` inside `vendor` folder (#2718) * fix: fix k8s rbac filter (#2765) * feat(misconf): skipping misconfigurations by AVD ID (#2743) * chore(deps): Upgrade Alpine to 3.16.2 to fix zlib issue (#2741) * docs: add MacPorts install instructions (#2727) * docs: typo (#2730) OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/trivy?expand=0&rev=20
This commit is contained in:
parent
777f4f2773
commit
aede81fb2f
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.31.2</param>
|
||||
<param name="revision">v0.31.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">fefe7c4a7b755a5068f896585b63ad5fe228a845</param></service></servicedata>
|
||||
<param name="changesrevision">db67f16ac6a8a1b880c29b5ef0ac9ec49da5c566</param></service></servicedata>
|
BIN
trivy-0.31.2.tar.gz
(Stored with Git LFS)
BIN
trivy-0.31.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.31.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.31.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 05 12:12:16 UTC 2022 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.31.3:
|
||||
* fix: handle empty OS family (#2768)
|
||||
* fix: fix k8s summary report (#2777)
|
||||
* fix: don't skip packages that don't contain vulns, when using --list-all-pkgs flag (#2767)
|
||||
* chore: bump trivy-kubernetes (#2770)
|
||||
* fix(secret): Consider secrets in rpc calls (#2753)
|
||||
* fix(java): check depManagement from upper pom's (#2747)
|
||||
* fix(php): skip `composer.lock` inside `vendor` folder (#2718)
|
||||
* fix: fix k8s rbac filter (#2765)
|
||||
* feat(misconf): skipping misconfigurations by AVD ID (#2743)
|
||||
* chore(deps): Upgrade Alpine to 3.16.2 to fix zlib issue (#2741)
|
||||
* docs: add MacPorts install instructions (#2727)
|
||||
* docs: typo (#2730)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 19:32:37 UTC 2022 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.31.2
|
||||
Version: 0.31.3
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user