Skip to content

Commit 15575de

Browse files
chore: Bump Trivy version (#11360)
Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bd48b1 commit 15575de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.57.0"
25+
ENV TRIVY_VERSION="0.57.1"
2626
RUN case "$(go env GOARCH)" in \
2727
arm64) TRIVY_ARCH="ARM64" ;; \
2828
amd64) TRIVY_ARCH="64bit" ;; \

0 commit comments

Comments
 (0)