Skip to content

Commit 207fd30

Browse files
chore(deps): update aquasecurity/trivy-action digest to 26d71e6
1 parent 413e5b0 commit 207fd30

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

0 commit comments

Comments
 (0)