Skip to content

Commit cf4515d

Browse files
Update aquasecurity/trivy-action digest to dc5a429
1 parent bc16e9e commit cf4515d

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

0 commit comments

Comments
 (0)