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 413e5b0 commit 17f84feCopy full SHA for 17f84fe
.github/workflows/trivy.yml
@@ -33,7 +33,7 @@ jobs:
33
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
34
35
- name: Run Trivy vulnerability scanner
36
- uses: aquasecurity/trivy-action@1a53202fc4739ec1e5a2f9b55ce24540d2e2da41
+ uses: aquasecurity/trivy-action@e602665a11b530ef6d75951b866d4eea32732be9
37
with:
38
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
39
format: 'template'
0 commit comments