1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00
bitwarden/.checkmarx/config.yml
Matt Bishop 179b7fb498
Exclude tests from Checkmarx (#3797)
* Exclude tests from Checkmarx

* Leading slash

* Simpler path
2024-02-15 08:01:40 -05:00

12 lines
257 B
YAML

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"