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