From 9aa03c7d40e1a64e8828c906e0177a99b029b6b6 Mon Sep 17 00:00:00 2001 From: Conner Turnbull Date: Tue, 27 Jan 2026 15:08:56 -0500 Subject: [PATCH] Exclude .devcontainer from Checkmarx KICS scans --- .checkmarx/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.checkmarx/config.yml b/.checkmarx/config.yml index e45e83fcac9..465ea75df91 100644 --- a/.checkmarx/config.yml +++ b/.checkmarx/config.yml @@ -10,3 +10,5 @@ checkmarx: presetName: "BW ASA Premium" # Exclude spec files, and test specific files filter: "!*.spec.ts,!**/spec/**,!apps/desktop/native-messaging-test-runner/**" + kics: + filter: "!.devcontainer"