Skip to content

Commit c9274e1

Browse files
author
Tim Middleton
authored
Update trivy version (#202)
1 parent a7e9050 commit c9274e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ getcopyright: ## Download copyright jar locally if necessary.
596596
.PHONY: gettrivy
597597
gettrivy:
598598
@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
599+
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b $(TOOLS_BIN) v0.51.2
600600

601601
# go-get-tool will 'go get' any package $2 and install it to $1.
602602
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))

0 commit comments

Comments
 (0)