Chexkmarx configuration (#649)

This commit is contained in:
Matt Bishop 2024-05-30 13:05:15 -04:00 committed by GitHub
parent 19748bcbc6
commit 068814c82b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.checkmarx/config.yml Normal file
View File

@ -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: "!**/*Tests.*/**,!**/TestHelpers/**,!**/Fixtures/**,!GlobalTestHelpers/**"