We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b260e commit 0f8e748Copy full SHA for 0f8e748
1 file changed
.github/workflows/trivy.yaml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
24
- name: Run Trivy vulnerability scanner in repo mode
25
- uses: aquasecurity/trivy-action@0.35.0
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
26
with:
27
scan-type: "fs"
28
scan-ref: "${{ github.workspace }}"
0 commit comments