Skip to content

Commit 4bf869a

Browse files
author
jagyanjit
committed
Fix: Use correct Trivy Action version (v0.31.0)
1 parent b6e51de commit 4bf869a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devsecops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: ./terraform
2020

2121
- name: Run Trivy Docker image scan
22-
uses: aquasecurity/trivy-action@v0.19.0
22+
uses: aquasecurity/trivy-action@master
2323
with:
2424
image-ref: devopsproject1/production:latest # <-- Match your pushed Docker image
2525

0 commit comments

Comments
 (0)