File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/security-scans Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858 sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
5959
6060 - name : Upload result to GitHub Code Scanning
61- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
61+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
6262 if : ${{ hashFiles('snyk.sarif') != '' }}
6363 with :
6464 sarif_file : snyk.sarif
7474 output : ' trivy-results.sarif'
7575
7676 - name : Upload Trivy scan results to GitHub Security tab
77- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
77+ uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
7878 if : ${{ hashFiles('trivy-results.sarif') != '' }}
7979 with :
8080 sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments