From 2316222e180d218516bc56e09183880f96273c9a Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 1 Apr 2024 15:24:04 -0500 Subject: [PATCH] Update SAST preset to query set (#8569) --- .checkmarx/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.checkmarx/config.yml b/.checkmarx/config.yml index 18b9be6a7e..e45e83fcac 100644 --- a/.checkmarx/config.yml +++ b/.checkmarx/config.yml @@ -7,5 +7,6 @@ checkmarx: scan: configs: sast: + presetName: "BW ASA Premium" # Exclude spec files, and test specific files filter: "!*.spec.ts,!**/spec/**,!apps/desktop/native-messaging-test-runner/**"