Commit a3ddff2f authored by github-actions[bot]'s avatar github-actions[bot] Committed by Brad Davidson

chore: Bump Trivy version

Made with ️️ by updatecli
parent e61fde93
...@@ -19,7 +19,7 @@ RUN apk -U --no-cache add bash git gcc musl-dev docker vim less file curl wget c ...@@ -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 python3 -m pip install awscli
RUN TRIVY_VERSION="0.40.0" && \ RUN TRIVY_VERSION="0.41.0" && \
if [ "$(go env GOARCH)" = "arm64" ] || [ "$(go env GOARCH)" = "arm" ]; then \ if [ "$(go env GOARCH)" = "arm64" ] || [ "$(go env GOARCH)" = "arm" ]; then \
# Turn arm64 and arm into uppercase ARM64 and ARM, respectively, for Trivy's download # Turn arm64 and arm into uppercase ARM64 and ARM, respectively, for Trivy's download
TRIVY_ARCH=$(go env GOARCH | tr "[:lower:]" "[:upper:]") && \ TRIVY_ARCH=$(go env GOARCH | tr "[:lower:]" "[:upper:]") && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment