From 103ad10c629c628ca5e3e433b8c1f133b58ec7eb Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 30 May 2024 13:23:27 -0400 Subject: [PATCH] Checkmarx configuration (#1408) --- .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 000000000..a3a6d3dc8 --- /dev/null +++ b/.checkmarx/config.yml @@ -0,0 +1,11 @@ +version: 1 + +# Checkmarx configuration file +# +# https://docs.checkmarx.com/en/34965-68549-configuring-projects-using-config-as-code-files.html +checkmarx: + scan: + configs: + sast: + # Exclude test directories + filter: "!app/src/test/**"