diff --git a/.github/workflows/cxaction.yml b/.github/workflows/cxaction.yml index 27bc97c..e19fa3b 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: --scan-types sast --file-filter "test1folder,test2folder,test3folder" --report-format sarif --output-path . + additional_params: --scan-types sast --file-incude "!*,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