From 179b7fb498ea9e1a2984970905cb512b0aa89fc4 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 15 Feb 2024 08:01:40 -0500 Subject: [PATCH] Exclude tests from Checkmarx (#3797) * Exclude tests from Checkmarx * Leading slash * Simpler path --- .checkmarx/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .checkmarx/config.yml diff --git a/.checkmarx/config.yml b/.checkmarx/config.yml new file mode 100644 index 0000000000..7688854cd9 --- /dev/null +++ b/.checkmarx/config.yml @@ -0,0 +1,11 @@ +version: 1 + +# Checkmarx configuration file +# +# https://checkmarx.com/resource/documents/en/34965-68549-configuring-projects-using-config-as-code-files.html +checkmarx: + scan: + configs: + sast: + # Exclude test directory + filter: "!test"