We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit 32b4eb3Copy full SHA for 32b4eb3
.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@41f05d9ecffa2ed3f1580af306000f734b733e54
+ uses: aquasecurity/trivy-action@d9cd5b1c23aaf8cb31bb09141028215828364bbb
37
with:
38
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
39
format: 'template'
0 commit comments