Skip to content

Commit 36026ea

Browse files
Update aquasecurity/trivy-action digest to 84384bd
1 parent 2fd0d91 commit 36026ea

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
@@ -34,7 +34,7 @@ jobs:
3434
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
3535
3636
- name: Run Trivy vulnerability scanner
37-
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
37+
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef
3838
with:
3939
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
4040
format: 'template'

0 commit comments

Comments
 (0)