We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb222e commit 89c8052Copy full SHA for 89c8052
Makefile
@@ -2569,7 +2569,7 @@ endif
2569
get-trivy: $(TOOLS_BIN)/trivy
2570
2571
$(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
+ 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
2573
2574
# ----------------------------------------------------------------------------------------------------------------------
2575
# find or download controller-gen
0 commit comments