From bcdf784ca0bdbf72c54b340a4ed44a98d377ed1a Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:02:03 +0100 Subject: [PATCH] Bump the `trivy` CLI version to 0.57.1 (#1541) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `trivy` CLI version in the tools-versions.yml file Made with ❤️️ by updatecli * chore: Update the `trivy` CLI version in the test harness Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- provisioning/tools-versions.yml | 2 +- tests/goss-common.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index ea74817d0..eaaf669a1 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -42,7 +42,7 @@ ruby_puppet_version: 2.6.10 ruby_version: 3.3.6 sops_version: 3.9.1 terraform_version: 1.9.8 -trivy_version: 0.57.0 +trivy_version: 0.57.1 updatecli_version: 0.86.1 vagrant_version: 2.4.3 windows_pwsh_version: 7.4.6 diff --git a/tests/goss-common.yaml b/tests/goss-common.yaml index cf879d921..2664fa784 100644 --- a/tests/goss-common.yaml +++ b/tests/goss-common.yaml @@ -101,7 +101,7 @@ command: exec: trivy --version exit-status: 0 stdout: - - 0.57.0 + - 0.57.1 updatecli: exec: updatecli version exit-status: 0