1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00
bitwarden-browser/.checkmarx/config.yml
Oscar Hinton d146adfce1
Improve checkmarx config (#7928)
Exclude **/spec/**, apps/desktop/native-messaging-test-runner from checkmarx.
2024-02-13 11:02:49 -05:00

12 lines
340 B
YAML

version: 1
# Checkmarx configuration file
#
# https://checkmarx.com/resource/documents/en/34965-68549-configuring-projects-using-config-as-code-files.html
checkmarx:
scan:
configs:
sast:
# Exclude spec files, and test specific files
filter: "!*.spec.ts,!**/spec/**,!/apps/desktop/native-messaging-test-runner/"