mirror of
https://github.com/k3s-io/k3s.git
synced 2026-06-09 08:55:19 -04:00
chore: Bump Trivy version (#10996)
Made with ❤️️ by updatecli
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0826ebc142
commit
e9c529530c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ RUN apk -U --no-cache add \
|
|||
RUN PIPX_BIN_DIR=/usr/local/bin pipx install awscli
|
||||
|
||||
# Install Trivy
|
||||
ENV TRIVY_VERSION="0.55.2"
|
||||
ENV TRIVY_VERSION="0.56.1"
|
||||
RUN case "$(go env GOARCH)" in \
|
||||
arm64) TRIVY_ARCH="ARM64" ;; \
|
||||
amd64) TRIVY_ARCH="64bit" ;; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue