From c339820d91d1706a22b80661a2569863a884e8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Fri, 10 Mar 2023 01:40:43 +0000 Subject: [PATCH] =?UTF-8?q?severity=20=EB=A0=88=EB=B2=A8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clustertask/trivy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertask/trivy.yaml b/clustertask/trivy.yaml index 87d88c2..a769f73 100644 --- a/clustertask/trivy.yaml +++ b/clustertask/trivy.yaml @@ -41,7 +41,7 @@ spec: script: | #!/usr/bin/env sh export TRIVY_NON_SSL=true - cmd="trivy --cache-dir . $* --severity HIGH,CRITICAL --output scan.txt --skip-update $(params.IMAGE_PATH)" + cmd="trivy --cache-dir . $* --severity MEDIUM,HIGH,CRITICAL --output scan.txt --skip-update $(params.IMAGE_PATH)" echo "Running trivy task with command below" echo "$cmd" eval "$cmd"