mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 06:03:12 +08:00
18 lines
412 B
YAML
18 lines
412 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"
|
|
sca:
|
|
filter: "!dev,!.devcontainer"
|
|
containers:
|
|
filter: "!dev,!.devcontainer"
|