diff --git a/.devcontainer/install-dependencies.sh b/.devcontainer/install-dependencies.sh index 4ab85a85547..83192a7ee19 100755 --- a/.devcontainer/install-dependencies.sh +++ b/.devcontainer/install-dependencies.sh @@ -248,7 +248,7 @@ if should-install "$TOOL_DEST/trivy"; then if [[ ${os} == "darwin" ]] && [[ ${arch} == "arm64" ]]; then curl -sL "https://github.com/aquasecurity/trivy/releases/download/v0.55.2/trivy_0.55.2_macOS-ARM64.tar.gz" | tar xz -C "$TOOL_DEST" trivy else - curl -sL "https://github.com/aquasecurity/trivy/releases/download/v0.55.2/trivy_0.55.2_Linux-ARM64.tar.gz" | tar xz -C "$TOOL_DEST" trivy + curl -sL "https://github.com/aquasecurity/trivy/releases/download/v0.55.2/trivy_0.55.2_Linux-64bit.tar.gz" | tar xz -C "$TOOL_DEST" trivy fi fi