mirror of https://github.com/k3s-io/k3s
chore: Bump Trivy version (#8150)
Made with ❤️️ by updatecli
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/8178/head
parent
7f58a1cb23
commit
38a0b91c1a
|
@ -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.43.1" && \
|
RUN TRIVY_VERSION="0.44.0" && \
|
||||||
if [ "$(go env GOARCH)" != "arm" ] && [ "$(go env GOARCH)" != "386" ]; then \
|
if [ "$(go env GOARCH)" != "arm" ] && [ "$(go env GOARCH)" != "386" ]; then \
|
||||||
if [ "$(go env GOARCH)" = "arm64" ]; then \
|
if [ "$(go env GOARCH)" = "arm64" ]; then \
|
||||||
# Turn arm64 into uppercase ARM64 for Trivy's download
|
# Turn arm64 into uppercase ARM64 for Trivy's download
|
||||||
|
|
Loading…
Reference in New Issue