chore(deps): update aquasecurity/trivy-action action to v0.23.0
This commit is contained in:
parent
189688994b
commit
7a71012589
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Trivy code and vulnerability scanner on repo
|
||||
uses: aquasecurity/trivy-action@0.22.0
|
||||
uses: aquasecurity/trivy-action@0.23.0
|
||||
with:
|
||||
scan-type: repo
|
||||
format: sarif
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
severity: CRITICAL,HIGH,MEDIUM,LOW
|
||||
|
||||
- name: Run Trivy code and vulnerability scanner on filesystem
|
||||
uses: aquasecurity/trivy-action@0.22.0
|
||||
uses: aquasecurity/trivy-action@0.23.0
|
||||
with:
|
||||
scan-type: fs
|
||||
format: sarif
|
||||
|
|
Loading…
Reference in New Issue