We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9feae99 commit 6eb40bfCopy full SHA for 6eb40bf
1 file changed
.github/workflows/pr-check.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Trivy Scan - Text Security Report
117
id: trivy_scan_txt
118
if: ${{ env.GH_SEC_REPORT == 'false' }}
119
- uses: aquasecurity/trivy-action@0.35.0
+ uses: aquasecurity/trivy-action@v0.35.0
120
continue-on-error: true
121
with:
122
ignore-unfixed: true
@@ -140,7 +140,7 @@ jobs:
140
- name: Trivy Scan - GitHub Security Report
141
id: trivy_scan_sec
142
if: ${{ env.GH_SEC_REPORT == 'true' }}
143
144
145
146
skip-setup-trivy: true
0 commit comments