From ea339592f1967a69a46e739e796802a61196de5b Mon Sep 17 00:00:00 2001 From: dhirup Date: Mon, 20 May 2024 21:46:59 -0700 Subject: [PATCH] Update Trivy version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8517fa29f..1e3376f81 100644 --- a/Makefile +++ b/Makefile @@ -1824,7 +1824,7 @@ tanzu-install: ## Install the Coherence Operator package into Tanzu # ====================================================================================================================== ##@ Miscellaneous -TRIVY_IMAGE=ghcr.io/aquasecurity/trivy:0.32.1 +TRIVY_IMAGE=ghcr.io/aquasecurity/trivy:0.51.2 .PHONY: trivy-scan trivy-scan: $(BUILD_TARGETS)/build-operator ## Scan the Operator image using Trivy docker pull $(TRIVY_IMAGE)