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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

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"