We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afab1b8 + 296eba1 commit 9547f55Copy full SHA for 9547f55
1 file changed
.github/workflows/daily-vul-scan.yml
@@ -37,7 +37,7 @@ jobs:
37
make docker-build IMG="${{ env.IMAGE_NAME }}:${{ github.sha }}"
38
39
- name: Run Trivy vulnerability scanner
40
- uses: aquasecurity/trivy-action@0.18.0
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
41
with:
42
scan-type: image
43
image-ref: "${{ env.IMAGE_NAME }}:${{ github.sha }}"
0 commit comments