mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +01:00
Exclude tests from checkmarx (#7921)
This commit is contained in:
parent
c73b263ec8
commit
7f7a48484d
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"
|
Loading…
Reference in New Issue
Block a user