Skip to content

Commit

Permalink
Update cxaction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apcxtest committed Dec 4, 2023
1 parent 28007da commit ad2f3b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cxaction.yml
Expand Up @@ -22,6 +22,11 @@ jobs:
base_uri: https://eu.ast.checkmarx.net
cx_client_id: ${{ secrets.oauthclient }}
cx_client_secret: ${{ secrets.oauthsecret }}
#additional_params: --report-format sarif --output-path .
#additional_params: --apikey ${{ secrets.apisecret2 }}
#additional_params: --sast-preset-name "Checkmarx Default" --tags "blueberry"
#additional_params: --sast-preset-name "Checkmarx Default" --scan-types sast --debug
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: cx_result.sarif

0 comments on commit ad2f3b1

Please sign in to comment.