We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab42953 commit bd11696Copy full SHA for bd11696
.github/workflows/checkmarx.yaml
@@ -89,12 +89,7 @@ jobs:
89
mv ./cx_result.sarif ./cx_result.sarif.orig
90
jq '. | .runs[0].results |= map(select(.locations[0].physicalLocation.artifactLocation.uri != ""))' cx_result.sarif.orig > cx_result.sarif
91
92
- # This allows github to understand a security ci job has been run
93
- - name: Upload Checkmarx SARIF as artifact
94
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
95
- with:
96
- name: checkmarx-sarif
97
- path: cx_result.sarif
+ # Upload results to github
98
- name: Upload SARIF file
99
uses: github/codeql-action/upload-sarif@86b04fb0e47484f7282357688f21d5d0e32175fe # v3.29.2
100
with:
0 commit comments