1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 21:25:19 +02:00

fix(workflows): add missing severity parameter for Docker image scans in Trivy workflow

This commit is contained in:
Sean Morley 2025-06-23 17:34:56 -04:00
parent b4407dc737
commit 666542266a

View file

@ -63,6 +63,7 @@ jobs:
format: table
exit-code: 1
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM
- name: Scan frontend Docker image with Trivy
uses: aquasecurity/trivy-action@master
@ -71,3 +72,4 @@ jobs:
format: table
exit-code: 1
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM