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 0f034b4 commit 77ce343Copy full SHA for 77ce343
.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@e5f43133f6e8736992c9f3c1b3296e24b37e17f2
37
with:
38
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
39
format: 'template'
0 commit comments