mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Exclude tests from checkmarx (#7921)
This commit is contained in:
12
.checkmarx/config.yml
Normal file
12
.checkmarx/config.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: 1
|
||||
|
||||
# checkmarx-specific related configuration
|
||||
# every value in this section is optional
|
||||
checkmarx:
|
||||
# configure the checkmarx scan parameters for scanning this specific project
|
||||
scan:
|
||||
# configure the checkmarx scan configurations for scanning this specific project
|
||||
configs:
|
||||
# configure the SAST related configurations this specific project
|
||||
sast:
|
||||
filter: "!*.spec.ts"
|
||||
Reference in New Issue
Block a user