1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49:37 +02:00

fix(workflows): remove MEDIUM severity from Trivy scans in security workflow

This commit is contained in:
Sean Morley 2025-06-23 17:41:21 -04:00
parent 666542266a
commit 295ecd1362

View file

@ -29,7 +29,7 @@ jobs:
format: table
exit-code: 1
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM
severity: CRITICAL,HIGH
image-scan:
name: Trivy Docker Image Scan (Backend & Frontend)
@ -63,7 +63,7 @@ jobs:
format: table
exit-code: 1
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM
severity: CRITICAL,HIGH
- name: Scan frontend Docker image with Trivy
uses: aquasecurity/trivy-action@master
@ -72,4 +72,4 @@ jobs:
format: table
exit-code: 1
ignore-unfixed: true
severity: CRITICAL,HIGH,MEDIUM
severity: CRITICAL,HIGH