mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
8a7779d30c
* Exclude dev directory from iac scans
14 lines
307 B
YAML
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"
|