mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-28 17:29:36 +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
|
format: table
|
||||||
exit-code: 1
|
exit-code: 1
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
severity: CRITICAL,HIGH,MEDIUM
|
severity: CRITICAL,HIGH
|
||||||
|
|
||||||
image-scan:
|
image-scan:
|
||||||
name: Trivy Docker Image Scan (Backend & Frontend)
|
name: Trivy Docker Image Scan (Backend & Frontend)
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
format: table
|
format: table
|
||||||
exit-code: 1
|
exit-code: 1
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
severity: CRITICAL,HIGH,MEDIUM
|
severity: CRITICAL,HIGH
|
||||||
|
|
||||||
- name: Scan frontend Docker image with Trivy
|
- name: Scan frontend Docker image with Trivy
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@master
|
||||||
|
@ -72,4 +72,4 @@ jobs:
|
||||||
format: table
|
format: table
|
||||||
exit-code: 1
|
exit-code: 1
|
||||||
ignore-unfixed: true
|
ignore-unfixed: true
|
||||||
severity: CRITICAL,HIGH,MEDIUM
|
severity: CRITICAL,HIGH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue