From b73ec3a3bdb14083ae8e0204cf44e6e6c134df7a Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 06:42:21 +0200 Subject: [PATCH] Bump the `trivy` CLI version to 0.53.0 (#1264) 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> --- 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 6ccb300d9..6d8655948 100644 --- a/goss/goss-common.yaml +++ b/goss/goss-common.yaml @@ -94,7 +94,7 @@ command: exec: trivy --version exit-status: 0 stdout: - - 0.52.2 + - 0.53.0 updatecli: exec: updatecli version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index b12d6de61..d754a68af 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -43,7 +43,7 @@ ruby_puppet_version: 2.6.10 ruby_version: 3.3.3 sops_version: 3.9.0 terraform_version: 1.6.6 -trivy_version: 0.52.2 +trivy_version: 0.53.0 updatecli_version: 0.79.1 vagrant_version: 2.4.1 windows_pwsh_version: 7.4.3