Skip to content

Commit 3bcb3c5

Browse files
Fix terraform scanner issue
1 parent 8184c72 commit 3bcb3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222

2323
- name: Run Trivy IaC scan
24-
uses: aquasecurity/trivy-action@d212fe86287abbcde3c51c3e86c52f14281a4a26 # v0.28.0
24+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
2525
with:
2626
scan-type: 'fs'
2727
scanners: 'misconfig'

0 commit comments

Comments
 (0)