From 1ed4cde77d65a29ea0c84b5ea316d464b81a2a0e Mon Sep 17 00:00:00 2001 From: apcxtest <95427904+apcxtest@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:12:52 -0500 Subject: [PATCH] Update cxaction.yml --- .github/workflows/cxaction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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