forked from pool/trivy
- Update to version 0.32.1:
* fix(java): use fields of dependency from dependencyManagement from upper pom.xml to parse deps (#2943) * chore: expat lib and go binary deps vulns (#2940) * wasm: Removes accidentally exported memory (#2950) * fix(sbom): fix package name separation for gradle (#2906) * docs(readme.md): fix broken integrations link (#2931) * fix(image): handle images with single layer in rescan mergedLayers cache (#2927) * fix(cli): split env values with ',' for slice flags (#2926) * fix(cli): config/helm: also take into account files with `.yml` (#2928) * fix(flag): add file-patterns flag for config subcommand (#2925) * chore(deps): bump github.com/open-policy-agent/opa from 0.43.0 to 0.43.1 (#2902) OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/trivy?expand=0&rev=24
This commit is contained in:
parent
c7371b4a31
commit
a79a01c42a
6
_service
6
_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.32.0</param>
|
||||
<param name="revision">v0.32.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -14,5 +14,7 @@
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">trivy</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled"/>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/aquasecurity/trivy</param>
|
||||
<param name="changesrevision">585985edb30fcd2ff60a90ad31c0aeb7ea4d445f</param></service></servicedata>
|
||||
<param name="changesrevision">8b1cee845be41f50979e3ac0039660fbd3d4cf2b</param></service></servicedata>
|
BIN
trivy-0.32.0.tar.gz
(Stored with Git LFS)
BIN
trivy-0.32.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
trivy-0.32.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
trivy-0.32.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 13:42:03 UTC 2022 - dmueller@suse.com
|
||||
|
||||
- Update to version 0.32.1:
|
||||
* fix(java): use fields of dependency from dependencyManagement from upper pom.xml to parse deps (#2943)
|
||||
* chore: expat lib and go binary deps vulns (#2940)
|
||||
* wasm: Removes accidentally exported memory (#2950)
|
||||
* fix(sbom): fix package name separation for gradle (#2906)
|
||||
* docs(readme.md): fix broken integrations link (#2931)
|
||||
* fix(image): handle images with single layer in rescan mergedLayers cache (#2927)
|
||||
* fix(cli): split env values with ',' for slice flags (#2926)
|
||||
* fix(cli): config/helm: also take into account files with `.yml` (#2928)
|
||||
* fix(flag): add file-patterns flag for config subcommand (#2925)
|
||||
* chore(deps): bump github.com/open-policy-agent/opa from 0.43.0 to 0.43.1 (#2902)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 07:17:00 UTC 2022 - dmueller@suse.com
|
||||
|
||||
|
@ -19,15 +19,16 @@
|
||||
|
||||
%global goipath github.com/aquasecurity/trivy
|
||||
Name: trivy
|
||||
Version: 0.32.0
|
||||
Version: 0.32.1
|
||||
Release: 0
|
||||
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/aquasecurity/trivy
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: zstd
|
||||
BuildRequires: golang(API) = 1.19
|
||||
Requires: ca-certificates
|
||||
Requires: git-core
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
vendor.tar.zst
(Stored with Git LFS)
Normal file
BIN
vendor.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user