From fa8a8fb45443bbbcfef33f016262bc334e82980d Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 15 Feb 2024 14:04:55 +0100 Subject: [PATCH] Fix checkmarx config (#7942) --- .checkmarx/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.checkmarx/config.yml b/.checkmarx/config.yml index a9e483603a..18b9be6a7e 100644 --- a/.checkmarx/config.yml +++ b/.checkmarx/config.yml @@ -8,4 +8,4 @@ checkmarx: configs: sast: # Exclude spec files, and test specific files - filter: "!*.spec.ts,!**/spec/**,!/apps/desktop/native-messaging-test-runner/" + filter: "!*.spec.ts,!**/spec/**,!apps/desktop/native-messaging-test-runner/**"