From 3985f5cf0dac0a93230d5a09adc8d9af32ca0f37 Mon Sep 17 00:00:00 2001 From: Alexandru Mahmoud Date: Fri, 10 May 2024 11:40:00 -0400 Subject: [PATCH] Change to HIGH and CRITICAL only --- .github/workflows/image-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-scan.yml b/.github/workflows/image-scan.yml index 5c0ed62..3d783fc 100644 --- a/.github/workflows/image-scan.yml +++ b/.github/workflows/image-scan.yml @@ -29,4 +29,4 @@ jobs: format: 'table' exit-code: '0' vuln-type: 'os,library' - severity: 'CRITICAL,HIGH,MEDIUM' + severity: 'CRITICAL,HIGH'