We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e9050 commit c9274e1Copy full SHA for c9274e1
Makefile
@@ -596,7 +596,7 @@ getcopyright: ## Download copyright jar locally if necessary.
596
.PHONY: gettrivy
597
gettrivy:
598
@mkdir -p $(TOOLS_BIN)
599
- curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b $(TOOLS_BIN) v0.38.3
+ curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b $(TOOLS_BIN) v0.51.2
600
601
# go-get-tool will 'go get' any package $2 and install it to $1.
602
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
0 commit comments