1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/.checkmarx/config.yml
Oscar Hinton 8a7779d30c
Exclude dev directory from iac scans (#3807)
* Exclude dev directory from iac scans
2024-02-15 08:53:03 -05:00

14 lines
307 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"
kics:
filter: "!dev,!.devcontainer"