mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
12 lines
331 B
YAML
12 lines
331 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: "**/test/**,!**/androidTest/**,!**/commonTest/**,!**/jvmTest/**,!**/jsTest/**,!**/iosTest/**"
|