mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
fix(workflows): add missing severity parameter for Trivy filesystem scan
This commit is contained in:
parent
ed11d29d2e
commit
b4407dc737
1 changed files with 1 additions and 0 deletions
1
.github/workflows/trivy_security_scans.yml
vendored
1
.github/workflows/trivy_security_scans.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
format: table
|
format: table
|
||||||
exit-code: 1
|
exit-code: 1
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
|
severity: CRITICAL,HIGH,MEDIUM
|
||||||
|
|
||||||
image-scan:
|
image-scan:
|
||||||
name: Trivy Docker Image Scan (Backend & Frontend)
|
name: Trivy Docker Image Scan (Backend & Frontend)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue