From cbfdfa9e448ff96c73731ba40bc97f19ea7e7b2f Mon Sep 17 00:00:00 2001 From: Rishi Mondal Date: Sun, 20 Oct 2024 10:25:53 +0530 Subject: [PATCH] chore/update-trivy-version-v0.56.1 Signed-off-by: Rishi Mondal --- hack/scan-image-vuln.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/scan-image-vuln.sh b/hack/scan-image-vuln.sh index a8f23174a..c95cc435f 100755 --- a/hack/scan-image-vuln.sh +++ b/hack/scan-image-vuln.sh @@ -78,7 +78,7 @@ if util::cmd_exist trivy ; then echo "pass" else echo "start installing trivy" - curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.48.1 + curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.56.1 fi if [ ${IMAGEREF} ];then