mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
Exclude tests from Checkmarx (#3797)
* Exclude tests from Checkmarx * Leading slash * Simpler path
This commit is contained in:
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"
|
Reference in New Issue
Block a user