From e49cd915638f420367b3919e24c2f668a08fc377 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:10:31 +0200 Subject: [PATCH] Bump the `trivy` CLI version to 0.55.0 (#1389) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the `trivy` CLI version in the test harness Made with ❤️️ by updatecli * chore: Update the `trivy` CLI version in the tools-versions.yml file 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 bdb384bbd..569dfe35e 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.4 sops_version: 3.9.0 terraform_version: 1.9.5 -trivy_version: 0.54.1 +trivy_version: 0.55.0 updatecli_version: 0.84.0 vagrant_version: 2.4.1 windows_pwsh_version: 7.4.5 diff --git a/tests/goss-common.yaml b/tests/goss-common.yaml index 5d3454232..358ab5b43 100644 --- a/tests/goss-common.yaml +++ b/tests/goss-common.yaml @@ -101,7 +101,7 @@ command: exec: trivy --version exit-status: 0 stdout: - - 0.54.1 + - 0.55.0 updatecli: exec: updatecli version exit-status: 0