chore(deps): update aquasecurity/trivy-action action to v0.19.0
This commit is contained in:
parent
ee3160dd1b
commit
73bdf3c5cc
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Trivy code and vulnerability scanner on repo
|
||||
uses: aquasecurity/trivy-action@0.18.0
|
||||
uses: aquasecurity/trivy-action@0.19.0
|
||||
with:
|
||||
scan-type: repo
|
||||
format: sarif
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
severity: CRITICAL,HIGH,MEDIUM,LOW
|
||||
|
||||
- name: Run Trivy code and vulnerability scanner on filesystem
|
||||
uses: aquasecurity/trivy-action@0.18.0
|
||||
uses: aquasecurity/trivy-action@0.19.0
|
||||
with:
|
||||
scan-type: fs
|
||||
format: sarif
|
||||
|
|
Loading…
Reference in New Issue