1
0
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:
Oscar Hinton
2024-02-13 15:15:41 +01:00
committed by GitHub
parent c73b263ec8
commit 7f7a48484d

12
.checkmarx/config.yml Normal file
View 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"