From d13d78fbdd755bd43397d3eb5ac2fc6f9be082522d3c3071f8f77756378e2b1f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Mar 2022 23:19:34 +0000 Subject: [PATCH] Accepting request 959290 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/959290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trivy?expand=0&rev=16 --- _service | 2 +- _servicedata | 2 +- trivy-0.23.0.tar.gz | 3 --- trivy-0.24.2.tar.gz | 3 +++ trivy.changes | 56 +++++++++++++++++++++++++++++++++++++++++++++ trivy.spec | 2 +- vendor.tar.gz | 4 ++-- 7 files changed, 64 insertions(+), 8 deletions(-) delete mode 100644 trivy-0.23.0.tar.gz create mode 100644 trivy-0.24.2.tar.gz diff --git a/_service b/_service index 3c78d87..cdc0d9b 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/aquasecurity/trivy git - v0.23.0 + v0.24.2 @PARENT_TAG@ v(.*) enable diff --git a/_servicedata b/_servicedata index 17fd3ae..c9e0329 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/aquasecurity/trivy - 449add24af3a2ef8d1f19a32d282001cc425c7c9 \ No newline at end of file + eebf9c8f58cc343b6fe8eeba2ee8296fcf40a331 \ No newline at end of file diff --git a/trivy-0.23.0.tar.gz b/trivy-0.23.0.tar.gz deleted file mode 100644 index 371c048..0000000 --- a/trivy-0.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c51fc06e157e2a5386e818b2985e3add6865166d9d5799e59496cc40bfa9726 -size 6504738 diff --git a/trivy-0.24.2.tar.gz b/trivy-0.24.2.tar.gz new file mode 100644 index 0000000..d85f718 --- /dev/null +++ b/trivy-0.24.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73d1f3d977a470a861033ee91c81aa8254552c294631f9be703cef0f963e9ef +size 6524888 diff --git a/trivy.changes b/trivy.changes index 1efa4e8..629af24 100644 --- a/trivy.changes +++ b/trivy.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Thu Mar 03 13:38:37 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.24.2: + * fix(pom): keep an order of dependencies (#1784) + * chore: bump up Go to 1.17 (#1781) + * chore(deps): bump actions/setup-python from 2 to 3 (#1776) + * chore(deps): bump golangci/golangci-lint-action from 2 to 3.1.0 (#1777) + +------------------------------------------------------------------- +Sun Feb 27 17:12:56 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.24.1: + * fix(python): correct handling pip package names with a hyphen (#1771) + * doc(docker): fix command to run trivy with docker on linux (#1761) + * feat(helm): Add support for custom labels (#1767) + * chore(helm): bump chart to trivy 0.24.0 (#1762) + * docs: remove erroneous command (#1763) + +------------------------------------------------------------------- +Wed Feb 23 16:09:07 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.24.0: + * chore(deps): bump github.com/spf13/afero from 1.6.0 to 1.8.1 (#1708) + * fix(option): warn list-all-pkgs only with the table format (#1755) + * feat(option): warn "--list-all-pkgs" with "--format table" (#1632) + * feat(report): add support for CycloneDX (#1081) + * chore(deps): update the defsec and tfsec versions (#1747) + * fix(scanner): fix skip of language-specific files when scanning rootf… (#1751) + * chore(deps): bump github.com/google/wire from 0.4.0 to 0.5.0 (#1712) + * feat(report): considering App.Writer when printing results (#1722) + * chore(deps): replace `satori` version and skipping examples folder (#1745) + * build: add s390x container images (#1726) + * feat(template) Add misconfigurations to junit report (#1724) + * chore(deps): bump github.com/twitchtv/twirp (#1709) + * feat(client): configure TLS InsecureSkipVerify for server connection (#1287) + * fix(rpc): Supports RPC calls for new identifier CustomResource (#1605) + * chore(deps): bump go.uber.org/zap from 1.20.0 to 1.21.0 (#1705) + * chore(deps): bump github.com/caarlos0/env/v6 from 6.0.0 to 6.9.1 (#1707) + * feat(helm): Parameterise ServiceAccount annotations (#1677) + * chore(deps): bump github.com/hashicorp/go-getter from 1.5.2 to 1.5.11 (#1710) + * chore(deps): bump github.com/cheggaaa/pb/v3 from 3.0.3 to 3.0.8 (#1704) + * chore(deps): bump github.com/open-policy-agent/opa from 0.36.1 to 0.37.2 (#1711) + * chore(dependabot): enable gomod monthly (#1699) + * fix(gitlab tpl): escape double quote (#1635) + * build: Make `make protoc` be consistent (#1682) + * feat(purl): add generate purl package utilities (#1574) + * refactor: move result structs under types (#1696) + * feat(mariner): add support for CBL-Mariner 2.0 (#1694) + * docs(gitlab-ci): fix Script in GitLab CI Example #1688 + * chore: Upgrade helm chart version (#1683) + * chore(mod): update Go dependencies (#1681) + * docs: fix typos in markdown docs (#1674) + * docs: update documentation for image scanning of tar files to use a tag present on Docker Hub (#1671) + * fix(repo): --no-progress suppresses git output (#1669) + ------------------------------------------------------------------- Tue Feb 01 07:14:27 UTC 2022 - kastl@b1-systems.de diff --git a/trivy.spec b/trivy.spec index 08d7a38..0a6af71 100644 --- a/trivy.spec +++ b/trivy.spec @@ -19,7 +19,7 @@ %global goipath github.com/aquasecurity/trivy Name: trivy -Version: 0.23.0 +Version: 0.24.2 Release: 0 Summary: A Simple and Comprehensive Vulnerability Scanner for Containers License: Apache-2.0 diff --git a/vendor.tar.gz b/vendor.tar.gz index 9deff89..2d3a09f 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f847862061a9fb2b0baa508f647e91ce0b60fbd7c675c2ac6c21e3090d62fd9e -size 10100010 +oid sha256:a13cd1fa9b7aa0e21341b671dd9dd4514776a68a0896a895f96043cee88906bd +size 34282961