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 b9e0c59 commit 15c5cc7Copy full SHA for 15c5cc7
.github/workflows/trivy.yml
@@ -34,7 +34,7 @@ jobs:
34
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
35
36
- name: Run Trivy vulnerability scanner
37
- uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
+ uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca
38
with:
39
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
40
format: 'template'
0 commit comments