From 1868be477e7db8e772d6cdcb8d438c52d5bd8a6b Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:24:19 +0100 Subject: [PATCH] Bump the `trivy` CLI version to 0.48.3 (#999) 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> Co-authored-by: Damien Duportal --- 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 7fcfc8df9..6b6c28f18 100644 --- a/goss/goss-common.yaml +++ b/goss/goss-common.yaml @@ -101,7 +101,7 @@ command: exec: trivy --version exit-status: 0 stdout: - - 0.47.0 + - 0.48.3 updatecli: exec: updatecli version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index fc47e98f2..4806b085a 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -40,7 +40,7 @@ python3_version: 3.12.1 ruby_version: 2.6.10 sops_version: 3.8.1 terraform_version: 1.6.6 -trivy_version: 0.47.0 +trivy_version: 0.48.3 updatecli_version: 0.71.0 vagrant_version: 2.4.0 windows_pwsh_version: 7.4.1