Skip to content

Commit 89c8052

Browse files
committed
Bump trivy version
1 parent fcb222e commit 89c8052

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
@@ -2569,7 +2569,7 @@ endif
25692569
get-trivy: $(TOOLS_BIN)/trivy
25702570

25712571
$(TOOLS_BIN)/trivy:
2572-
test -s $(TOOLS_BIN)/trivy || curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b $(TOOLS_BIN) v0.56.2
2572+
test -s $(TOOLS_BIN)/trivy || curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b $(TOOLS_BIN) v0.69.3
25732573

25742574
# ----------------------------------------------------------------------------------------------------------------------
25752575
# find or download controller-gen

0 commit comments

Comments
 (0)