Skip to content

Commit c3fefc2

Browse files
typo in trivy action
1 parent bec208f commit c3fefc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
exit-code: '1'
5353
ignore-unfixed: true
5454
vuln-type: 'os,library'
55-
severity: 'CRITICAL, HIGH, MEDIUM, LOW'
55+
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
5656
scanners: 'vuln'
5757
timeout: '15m0s'
5858
output: 'trivy-results.sarif'

0 commit comments

Comments
 (0)