Skip to content

Commit 77ce343

Browse files
chore(deps): update aquasecurity/trivy-action digest to e5f4313
1 parent 0f034b4 commit 77ce343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
3434
3535
- name: Run Trivy vulnerability scanner
36-
uses: aquasecurity/trivy-action@1a53202fc4739ec1e5a2f9b55ce24540d2e2da41
36+
uses: aquasecurity/trivy-action@e5f43133f6e8736992c9f3c1b3296e24b37e17f2
3737
with:
3838
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
3939
format: 'template'

0 commit comments

Comments
 (0)