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 207fd30Copy full SHA for 207fd30
.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@26d71e622b84d103f86fb33a5a42c558e11f4ae0
37
with:
38
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
39
format: 'template'
0 commit comments