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.
1 parent 689eb8b commit 72cca58Copy full SHA for 72cca58
.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@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
+ uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37
42
with:
43
scan-type: "fs"
44
format: "sarif"
0 commit comments