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.
2 parents 81ded20 + bc631d6 commit 0396ddaCopy full SHA for 0396dda
.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@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
+ uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284
38
with:
39
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
40
format: 'template'
0 commit comments