Skip to content

Commit 5811625

Browse files
authored
fail build on critical vulns only (#192)
1 parent 1014202 commit 5811625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636

37-
- name: Fail build on High/Critical Vulnerabilities
37+
- name: Fail build on Critical Vulnerabilities
3838
uses: aquasecurity/trivy-action@master
3939
with:
4040
scan-type: 'fs'
4141
format: 'table'
4242
scan-ref: '.'
43-
severity: 'HIGH,CRITICAL'
43+
severity: 'CRITICAL'
4444
ignore-unfixed: true
4545
exit-code: 1
4646

0 commit comments

Comments
 (0)