From 8d0255af07e95b841952563253d27b0d10bd72f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:48:27 -0700 Subject: [PATCH] Bump Trivy version (#7257) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Bump Trivy version Made with ❤️️ by updatecli --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index ea19fa86a2..d5f168418a 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -19,7 +19,7 @@ RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget c RUN python3 -m pip install awscli -RUN TRIVY_VERSION="0.38.3" && \ +RUN TRIVY_VERSION="0.40.0" && \ if [ "$(go env GOARCH)" = "arm64" ] || [ "$(go env GOARCH)" = "arm" ]; then \ # Turn arm64 and arm into uppercase ARM64 and ARM, respectively, for Trivy's download TRIVY_ARCH=$(go env GOARCH | tr "[:lower:]" "[:upper:]") && \