1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-22 16:57:36 +01:00

Exclude tests from Checkmarx (#3797)

* Exclude tests from Checkmarx

* Leading slash

* Simpler path
This commit is contained in:
Matt Bishop 2024-02-15 08:01:40 -05:00 committed by GitHub
parent 0b486b0585
commit 179b7fb498
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://checkmarx.com/resource/documents/en/34965-68549-configuring-projects-using-config-as-code-files.html
checkmarx:
scan:
configs:
sast:
# Exclude test directory
filter: "!test"