mirror of
https://github.com/bitwarden/server.git
synced 2026-01-11 19:57:01 +00:00
Exclude tests from Checkmarx (#3797)
* Exclude tests from Checkmarx * Leading slash * Simpler path
This commit is contained in:
parent
0b486b0585
commit
179b7fb498
1 changed files with 11 additions and 0 deletions
11
.checkmarx/config.yml
Normal file
11
.checkmarx/config.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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"
|
||||
Loading…
Add table
Reference in a new issue