Skip to content
Snippets Groups Projects
Commit eb8dd9cb authored by renovate[bot]'s avatar renovate[bot] Committed by 🥺
Browse files

chore(deps): update aquasecurity/trivy-action action to v0.21.0

parent 474d50d1
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Trivy code and vulnerability scanner on repo
uses: aquasecurity/trivy-action@0.20.0
uses: aquasecurity/trivy-action@0.21.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.20.0
uses: aquasecurity/trivy-action@0.21.0
with:
scan-type: fs
format: sarif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment