From 8a7779d30c97fea921d97ba918ba9022432e07bc Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Thu, 15 Feb 2024 14:53:03 +0100 Subject: [PATCH] Exclude dev directory from iac scans (#3807) * Exclude dev directory from iac scans --- .checkmarx/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.checkmarx/config.yml b/.checkmarx/config.yml index 7688854cd..641da0eac 100644 --- a/.checkmarx/config.yml +++ b/.checkmarx/config.yml @@ -9,3 +9,5 @@ checkmarx: sast: # Exclude test directory filter: "!test" + kics: + filter: "!dev,!.devcontainer"