We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06eb6ca + 545a8b6 commit 76b5c50Copy full SHA for 76b5c50
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run Trivy vulnerability scanner
39
# Third-party action, pin to commit SHA!
40
# See https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions
41
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
+ uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
42
with:
43
scan-type: "fs"
44
format: "sarif"
0 commit comments