Skip to content

Commit 32b4eb3

Browse files
chore(deps): update aquasecurity/trivy-action digest to d9cd5b1
1 parent 9574281 commit 32b4eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

+1-1
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@41f05d9ecffa2ed3f1580af306000f734b733e54
36+
uses: aquasecurity/trivy-action@d9cd5b1c23aaf8cb31bb09141028215828364bbb
3737
with:
3838
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
3939
format: 'template'

0 commit comments

Comments
 (0)