1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05: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

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"