mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
12 lines
256 B
YAML
12 lines
256 B
YAML
|
version: 1
|
||
|
|
||
|
# Checkmarx configuration file
|
||
|
#
|
||
|
# https://docs.checkmarx.com/en/34965-68549-configuring-projects-using-config-as-code-files.html
|
||
|
checkmarx:
|
||
|
scan:
|
||
|
configs:
|
||
|
sast:
|
||
|
# Exclude test directories
|
||
|
filter: "!app/src/test/**"
|