Skip to content

Commit b2668f3

Browse files
authored
[CI] Update Trivy upload version back to v3
1 parent 56065b2 commit b2668f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
trivy-config: ${{ inputs.config-path }}
4747
- name: Upload Trivy scan results to GitHub Security tab
4848
if: inputs.upload-results
49-
uses: github/codeql-action/upload-sarif@v3.26.10
49+
uses: github/codeql-action/upload-sarif@v3
5050
with:
5151
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)