Skip to content

Commit 268a676

Browse files
Fix: remove MEDIUM from scanning
1 parent d1a1a9e commit 268a676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
exit-code: '1'
250250
ignore-unfixed: false
251251
vuln-type: 'os,library'
252-
severity: 'MEDIUM,HIGH,CRITICAL'
252+
severity: 'HIGH,CRITICAL'
253253
continue-on-error: false
254254

255255
- name: Push image

0 commit comments

Comments
 (0)