Skip to content

Commit e4a8d92

Browse files
committed
only fail build on critical vuln
1 parent 1ef2375 commit e4a8d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
scan-type: 'fs'
3232
format: 'table'
3333
scan-ref: '.'
34-
severity: 'HIGH,CRITICAL'
34+
severity: 'CRITICAL'
3535
ignore-unfixed: true
3636
exit-code: 1
3737

0 commit comments

Comments
 (0)