bitwarden-estensione-browser/.checkmarx/config.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
378 B
YAML
Raw Normal View History

2024-02-13 15:15:41 +01:00
version: 1
# 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:
presetName: "BW ASA Premium"
# 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/**"