diff --git a/.github/workflows/cxaction.yml b/.github/workflows/cxaction.yml index 78d1185..3ddd3ba 100644 --- a/.github/workflows/cxaction.yml +++ b/.github/workflows/cxaction.yml @@ -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