From 7f4dfe6cc74db8b3584fe455664145c3eda4e401 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:05:17 +0000 Subject: [PATCH] Bump the `trivy` CLI version to 0.50.0 (#1108) 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> --- goss/goss-common.yaml | 2 +- provisioning/tools-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goss/goss-common.yaml b/goss/goss-common.yaml index 198192086..379f2905b 100644 --- a/goss/goss-common.yaml +++ b/goss/goss-common.yaml @@ -99,7 +99,7 @@ command: exec: trivy --version exit-status: 0 stdout: - - 0.49.1 + - 0.50.0 updatecli: exec: updatecli version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 70c319fff..eec7b4c95 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -41,7 +41,7 @@ ruby_puppet_version: 2.6.10 ruby_version: 3.3.0 sops_version: 3.8.1 terraform_version: 1.6.6 -trivy_version: 0.49.1 +trivy_version: 0.50.0 updatecli_version: 0.74.0 vagrant_version: 2.4.0 windows_pwsh_version: 7.4.1