Skip to content

Commit fccddd7

Browse files
authored
Update checkmarx-sca-scan-on-pr.yml
Added sarif config cmds
1 parent 25ff6dc commit fccddd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/checkmarx-sca-scan-on-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
bug_tracker: GITHUBPULL
4040
github_token: ${{ secrets.GH_TOKEN }} # To be stored in GitHub Secrets.
4141
params: --namespace=${{ github.repository_owner }} --repo-name=${{ github.event.repository.name }} --branch=${{ github.head_ref }} --merge-id=${{ github.event.number }}
42+
# Upload the Report for CodeQL/Security Alerts
43+
- name: Upload SARIF file # added from https://github.com/checkmarxSE/JVL-Github_Actions_Demo/blob/master/.github/workflows/checkmarx-analysis.yml
44+
uses: github/codeql-action/upload-sarif@v1
45+
with:
46+
sarif_file: cx.sarif

0 commit comments

Comments
 (0)