mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-04 20:55:19 +02:00
Merge branch 'development' into enhanc#561
This commit is contained in:
commit
7a76bda76f
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