Skip to content

Commit 6eb40bf

Browse files
devops: changing the trivy action version in the pr checks (#247)
Co-authored-by: Akhil Highflame <akhil.raj@highflame.com>
1 parent 9feae99 commit 6eb40bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Trivy Scan - Text Security Report
117117
id: trivy_scan_txt
118118
if: ${{ env.GH_SEC_REPORT == 'false' }}
119-
uses: aquasecurity/trivy-action@0.35.0
119+
uses: aquasecurity/trivy-action@v0.35.0
120120
continue-on-error: true
121121
with:
122122
ignore-unfixed: true
@@ -140,7 +140,7 @@ jobs:
140140
- name: Trivy Scan - GitHub Security Report
141141
id: trivy_scan_sec
142142
if: ${{ env.GH_SEC_REPORT == 'true' }}
143-
uses: aquasecurity/trivy-action@0.35.0
143+
uses: aquasecurity/trivy-action@v0.35.0
144144
with:
145145
ignore-unfixed: true
146146
skip-setup-trivy: true

0 commit comments

Comments
 (0)