We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ff6dc commit fccddd7Copy full SHA for fccddd7
.github/workflows/checkmarx-sca-scan-on-pr.yml
@@ -39,3 +39,8 @@ jobs:
39
bug_tracker: GITHUBPULL
40
github_token: ${{ secrets.GH_TOKEN }} # To be stored in GitHub Secrets.
41
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