Skip to content

Commit e5689ea

Browse files
chore(deps): update aquasecurity/trivy-action digest to 89b14e5
1 parent 9574281 commit e5689ea

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@89b14e517dd8699cba3d787e53d4355cad28605c
3737
with:
3838
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
3939
format: 'template'

0 commit comments

Comments
 (0)