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 5f5b851 commit 4a68874Copy full SHA for 4a68874
1 file changed
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