From 2fc2a601843a60172671d00aec7de3bb76646a28 Mon Sep 17 00:00:00 2001 From: apcxtest <95427904+apcxtest@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:34:49 -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 e19fa3b..346217a 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-incude "!*,test1folder,test2folder,test3folder" --report-format sarif --output-path . + additional_params: --scan-types sast --sast-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