Skip to content

Commit

Permalink
Update cxaction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apcxtest committed Feb 28, 2024
1 parent 981342e commit 31bbc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cxaction.yml
Expand Up @@ -22,7 +22,7 @@ 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: --file-filter "!test1folder,!test2folder,!test3folder" --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
Expand Down

0 comments on commit 31bbc5a

Please sign in to comment.