[info=fe5cccdebe8c3f80a50568289bbf4e65174e54d1]

OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:dirkmueller:trivy:9/trivy?expand=0&rev=1
This commit is contained in:
Dan Čermák 2023-08-16 16:34:28 +00:00 committed by Git OBS Bridge
parent ee7ef5b18f
commit 0a5cdf7b87
9 changed files with 44 additions and 12 deletions

View File

@ -1,4 +1,4 @@
mtime: 1691061996
commit: 3b8b301ce3e352f21ca0c2faef2ca1bc9b104ec7
mtime: 1692203616
commit: fe5cccdebe8c3f80a50568289bbf4e65174e54d1
url: https://src.opensuse.org/dirkmueller/trivy.git
revision: 3b8b301ce3e352f21ca0c2faef2ca1bc9b104ec7
revision: fe5cccdebe8c3f80a50568289bbf4e65174e54d1

View File

@ -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.44.0</param>
<param name="revision">v0.44.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/aquasecurity/trivy</param>
<param name="changesrevision">d19c7d9f292759848aa77109357b405a64716c78</param></service></servicedata>
<param name="changesrevision">f1052799894cc8a8480ff28e1c717a9d811876a2</param></service></servicedata>

BIN
trivy-0.28.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
trivy-0.44.0.tar.zst (Stored with Git LFS)

Binary file not shown.

BIN
trivy-0.44.1.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Aug 10 10:51:52 UTC 2023 - dmueller@suse.com
- Update to version 0.44.1:
* fix(report): return severity colors in table format (#4969)
* build: maximize available disk space for release (#4937)
* test(cli): Fix assertion helptext (#4966)
* chore(deps): Bump defsec to v0.91.1 (#4965)
* test: validate CycloneDX with the JSON schema (#4956)
* fix(server): add licenses to the Result message (#4955)
* fix(aws): resolve endpoint if endpoint is passed (#4925)
* fix(sbom): move licenses to `name` field in Cyclonedx format (#4941)
* add only uniq deps in dependsOn (#4943)
* use testify instead of gotest.tools (#4946)
* fix(nodejs): do not detect lock file in node_modules as an app (#4949)
* bump go-dep-parser (#4936)
* chore(deps): bump github.com/openvex/go-vex from 0.2.0 to 0.2.1 (#4914)
* chore(deps): bump helm/kind-action from 1.7.0 to 1.8.0 (#4909)
* chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore (#4912)
* test(aws): move part of unit tests to integration (#4884)
* docs(cli): update help string for file and dir skipping (#4872)
* chore(deps): bump sigstore/cosign-installer (#4910)
* chore(deps): bump github.com/sosedoff/gitkit from 0.3.0 to 0.4.0 (#4916)
* chore(deps): bump k8s.io/api from 0.27.3 to 0.27.4 (#4918)
* chore(deps): bump github.com/secure-systems-lab/go-securesystemslib (#4919)
* chore(deps): bump github.com/aws/aws-sdk-go-v2/service/sts (#4913)
* chore(deps): bump github.com/magefile/mage from 1.14.0 to 1.15.0 (#4915)
* docs: update the discussion template (#4928)
-------------------------------------------------------------------
Thu Aug 03 11:21:12 UTC 2023 - dmueller@suse.com

View File

@ -17,7 +17,7 @@
Name: trivy
Version: 0.44.0
Version: 0.44.1
Release: 0
Summary: A Simple and Comprehensive Vulnerability Scanner for Containers
License: Apache-2.0
@ -25,9 +25,9 @@ Group: System/Management
URL: https://github.com/aquasecurity/trivy
Source: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: golang(API) = 1.19
BuildRequires: golang-packaging
BuildRequires: zstd
BuildRequires: golang(API) = 1.19
Requires: ca-certificates
Requires: git-core
Requires: rpm

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.