mirror of
https://github.com/bitwarden/ios.git
synced 2025-12-11 03:37:34 -06:00
Chexkmarx configuration (#649)
This commit is contained in:
parent
19748bcbc6
commit
068814c82b
11
.checkmarx/config.yml
Normal file
11
.checkmarx/config.yml
Normal file
@ -0,0 +1,11 @@
|
||||
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: "!**/*Tests.*/**,!**/TestHelpers/**,!**/Fixtures/**,!GlobalTestHelpers/**"
|
||||
Loading…
x
Reference in New Issue
Block a user