From 0049756cd877321f2c2c03535bc7fbfa8f785f67 Mon Sep 17 00:00:00 2001 From: Rahul Ramesh <121226043+rahu1ramesh@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:05:39 +0530 Subject: [PATCH] Update image-scan.sh --- script/image-scan.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/script/image-scan.sh b/script/image-scan.sh index c039d39..8d852c8 100644 --- a/script/image-scan.sh +++ b/script/image-scan.sh @@ -24,7 +24,6 @@ if ! command -v trivy &> /dev/null; then wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | sudo apt-key add - echo deb https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -sc) main | sudo tee -a /etc/apt/sources.list.d/tr… sudo apt-get install trivy - exit 1 else echo "Found trivy, using trivy v$(trivy -v | cut -d ' ' -f 2)" fi