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:
parent
666542266a
commit
295ecd1362
1 changed files with 3 additions and 3 deletions
6
.github/workflows/trivy_security_scans.yml
vendored
6
.github/workflows/trivy_security_scans.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue