Skip to content

Commit c11f288

Browse files
committed
Chore(ci) - Added rest of the options
1 parent d72da72 commit c11f288

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/vulnerability-scan.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
with:
2626
image-ref: symfony-flex-backend:master
2727
ignore-unfixed: 'true'
28-
29-
#token: ${{ secrets.GITHUB_TOKEN }}
30-
#image: symfony-flex-backend:master
31-
#ignore_unfixed: true
32-
#trivy_version: 'latest'
28+
exit-code: '1'
29+
vuln-type: 'os,library'
30+
severity: 'CRITICAL,HIGH'

0 commit comments

Comments
 (0)