From 83b7bc68d6237b79d58190d65507f15bd543a59207514af76499972c5a13dc98 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Nov 2022 08:09:58 +0000 Subject: [PATCH] Accepting request 1038580 from home:ojkastl_buildservice:Branch_Virtualization_containers update to 0.35.0 OBS-URL: https://build.opensuse.org/request/show/1038580 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/trivy?expand=0&rev=30 --- _service | 2 +- _servicedata | 2 +- trivy-0.34.0.tar.gz | 3 --- trivy-0.35.0.tar.gz | 3 +++ trivy.changes | 52 +++++++++++++++++++++++++++++++++++++++++++++ trivy.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 60 insertions(+), 8 deletions(-) delete mode 100644 trivy-0.34.0.tar.gz create mode 100644 trivy-0.35.0.tar.gz diff --git a/_service b/_service index 71a8427..755ccf9 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/aquasecurity/trivy git - v0.34.0 + v0.35.0 @PARENT_TAG@ v(.*) enable diff --git a/_servicedata b/_servicedata index b6ff83b..85957e4 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/aquasecurity/trivy - 7912f585a38158d24b21dd58cf616cfb640b9a78 \ No newline at end of file + bd30e983e3b9444dd750478b6976ed79fbf7d4e5 \ No newline at end of file diff --git a/trivy-0.34.0.tar.gz b/trivy-0.34.0.tar.gz deleted file mode 100644 index 892a2cc..0000000 --- a/trivy-0.34.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef34ebe5b12d808caa03f76508bcd1f0a9d53b462b099f7a464744ac29e13fa -size 49447081 diff --git a/trivy-0.35.0.tar.gz b/trivy-0.35.0.tar.gz new file mode 100644 index 0000000..3a14614 --- /dev/null +++ b/trivy-0.35.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2a0bff572502ec02cdd9185fefa5616232f8b82319f75c08a15cf580eca15a +size 50150809 diff --git a/trivy.changes b/trivy.changes index 8d6a78b..94bea0c 100644 --- a/trivy.changes +++ b/trivy.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Mon Nov 28 06:41:54 UTC 2022 - kastl@b1-systems.de + +- Update to version 0.35.0: + * chore(vm): update xfs filesystem parser for change log (#3230) + * feat: add virtual machine scan command (#2910) + * docs: reorganize index and readme (#3026) + * fix: `slowSizeThreshold` should be less than `defaultSizeThreshold` (#3225) + * feat: Export functions for trivy plugin (#3204) + * feat(image): add support wildcard for platform os (#3196) + * fix: load compliance report from file system (#3161) + * fix(suse): use package name to get advisories (#3199) + * docs(image): space issues during image scan (#3190) + * feat(containerd): scan image by digest (#3075) + * fix(vuln): add package name to title (#3183) + * fix: present control status instead of compliance percentage in compliance report (#3181) + * perf(license): remove go-enry/go-license-detector. (#3187) + * fix: workdir command as empty layer (#3087) + * docs: reorganize ecosystem section (#3025) + * feat(dotnet): add support dependency location for dotnet-core files (#3095) + * chore(deps): bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.136 (#3174) + * chore(deps): bump github.com/testcontainers/testcontainers-go from 0.13.0 to 0.15.0 (#3109) + * feat(dotnet): add support dependency location for nuget lock files (#3032) + * chore: update code owners for misconfigurations (#3176) + * feat: add slow mode (#3084) + * docs: fix typo in enable-builin-rules mentions (#3118) + * feat: Add maintainer field to OS packages (#3149) + * docs: fix some typo (#3171) + * chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.17.8 to 1.18.0 (#3175) + * chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#3112) + * docs: fix links on Built-in Policies page (#3124) + * chore(deps): bump github.com/go-openapi/runtime from 0.24.1 to 0.24.2 (#3117) + * chore(deps): bump github.com/samber/lo from 1.28.2 to 1.33.0 (#3116) + * fix: Perform filepath.Clean first and then filepath.ToSlash for skipFile/skipDirs settings (#3144) + * chore: use newline for semantic pr (#3172) + * chore(deps): bump azure/setup-helm from 3.3 to 3.4 (#3107) + * chore(deps): bump sigstore/cosign-installer from 2.7.0 to 2.8.1 (#3106) + * chore(deps): bump amannn/action-semantic-pull-request from 4 to 5 (#3105) + * chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#3104) + * fix(spdx): rename describes field in spdx (#3102) + * chore: handle GOPATH with several paths in make file (#3092) + * docs(flag): add "rego" configuration file options (#3165) + * chore(go): updates wazero to 1.0.0-pre.3 (#3090) + * chore(deps): bump actions/cache from 3.0.9 to 3.0.11 (#3108) + * docs(license): fix typo inside quick start (#3134) + * chore: update codeowners for docs (#3135) + * fix(cli): exclude --compliance flag from non supported sub-commands (#3158) + * fix: remove --security-checks none from image help (#3156) + * fix: compliance flag description (#3160) + * docs(k8s): fix a typo (#3163) + * chore(deps): bump golang from 1.19.1 to 1.19.2 (#3103) + ------------------------------------------------------------------- Mon Oct 31 11:51:38 UTC 2022 - kastl@b1-systems.de diff --git a/trivy.spec b/trivy.spec index 59f1049..72ab601 100644 --- a/trivy.spec +++ b/trivy.spec @@ -19,7 +19,7 @@ %global goipath github.com/aquasecurity/trivy Name: trivy -Version: 0.34.0 +Version: 0.35.0 Release: 0 Summary: A Simple and Comprehensive Vulnerability Scanner for Containers License: Apache-2.0 diff --git a/vendor.tar.zst b/vendor.tar.zst index 77ccbe9..640226b 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4884e278cb9a7a6d0937a87e80fd09c9caccedabdbda6c20bf1f702312db975 -size 67658363 +oid sha256:5b042df50e59dc4511e4e7e3e0f9f50033baeaa8341c8f5d52c848e5932660f5 +size 49451729