From 7f7a48484d9ffc0b11472497b7f3e5f16fc55a1b Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 13 Feb 2024 15:15:41 +0100 Subject: [PATCH] Exclude tests from checkmarx (#7921) --- .checkmarx/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .checkmarx/config.yml diff --git a/.checkmarx/config.yml b/.checkmarx/config.yml new file mode 100644 index 0000000000..9dae61e5da --- /dev/null +++ b/.checkmarx/config.yml @@ -0,0 +1,12 @@ +version: 1 + +# checkmarx-specific related configuration +# every value in this section is optional +checkmarx: + # configure the checkmarx scan parameters for scanning this specific project + scan: + # configure the checkmarx scan configurations for scanning this specific project + configs: + # configure the SAST related configurations this specific project + sast: + filter: "!*.spec.ts"