Skip to content

Commit bd11696

Browse files
committed
feat: no need to upload intermediary
1 parent ab42953 commit bd11696

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/checkmarx.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,7 @@ jobs:
8989
mv ./cx_result.sarif ./cx_result.sarif.orig
9090
jq '. | .runs[0].results |= map(select(.locations[0].physicalLocation.artifactLocation.uri != ""))' cx_result.sarif.orig > cx_result.sarif
9191
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
92+
# Upload results to github
9893
- name: Upload SARIF file
9994
uses: github/codeql-action/upload-sarif@86b04fb0e47484f7282357688f21d5d0e32175fe # v3.29.2
10095
with:

0 commit comments

Comments
 (0)