mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
12 lines
257 B
YAML
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"
|