Skip to content

Commit c246959

Browse files
Pin trivy to a specific SHA
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 57c761b commit c246959

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@v0
24+
uses: aquasecurity/trivy-action@d212fe86287abbcde3c51c3e86c52f14281a4a26 # v0.28.0
2525
with:
2626
scan-type: 'fs'
2727
scanners: 'misconfig'

0 commit comments

Comments
 (0)