Skip to content

Commit 876d54c

Browse files
chore: Bump Trivy version (#10670)
Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 518276f commit 876d54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dapper

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk -U --no-cache add \
2222
RUN PIPX_BIN_DIR=/usr/local/bin pipx install awscli
2323

2424
# Install Trivy
25-
ENV TRIVY_VERSION="0.53.0"
25+
ENV TRIVY_VERSION="0.54.1"
2626
RUN case "$(go env GOARCH)" in \
2727
arm64) TRIVY_ARCH="ARM64" ;; \
2828
amd64) TRIVY_ARCH="64bit" ;; \

0 commit comments

Comments
 (0)