mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-17 10:55:20 +01:00
Improve checkmarx config (#7928)
Exclude **/spec/**, apps/desktop/native-messaging-test-runner from checkmarx.
This commit is contained in:
parent
7f7a48484d
commit
d146adfce1
@ -1,12 +1,11 @@
|
|||||||
version: 1
|
version: 1
|
||||||
|
|
||||||
# checkmarx-specific related configuration
|
# Checkmarx configuration file
|
||||||
# every value in this section is optional
|
#
|
||||||
|
# https://checkmarx.com/resource/documents/en/34965-68549-configuring-projects-using-config-as-code-files.html
|
||||||
checkmarx:
|
checkmarx:
|
||||||
# configure the checkmarx scan parameters for scanning this specific project
|
|
||||||
scan:
|
scan:
|
||||||
# configure the checkmarx scan configurations for scanning this specific project
|
|
||||||
configs:
|
configs:
|
||||||
# configure the SAST related configurations this specific project
|
|
||||||
sast:
|
sast:
|
||||||
filter: "!*.spec.ts"
|
# Exclude spec files, and test specific files
|
||||||
|
filter: "!*.spec.ts,!**/spec/**,!/apps/desktop/native-messaging-test-runner/"
|
||||||
|
Loading…
Reference in New Issue
Block a user