2024-02-13 15:15:41 +01:00
|
|
|
version: 1
|
|
|
|
|
2024-02-13 17:02:49 +01:00
|
|
|
# Checkmarx configuration file
|
|
|
|
#
|
|
|
|
# https://checkmarx.com/resource/documents/en/34965-68549-configuring-projects-using-config-as-code-files.html
|
2024-02-13 15:15:41 +01:00
|
|
|
checkmarx:
|
|
|
|
scan:
|
|
|
|
configs:
|
|
|
|
sast:
|
2024-04-01 22:24:04 +02:00
|
|
|
presetName: "BW ASA Premium"
|
2024-02-13 17:02:49 +01:00
|
|
|
# Exclude spec files, and test specific files
|
2024-02-15 14:04:55 +01:00
|
|
|
filter: "!*.spec.ts,!**/spec/**,!apps/desktop/native-messaging-test-runner/**"
|