1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Fix checkmarx config (#7942)

This commit is contained in:
Oscar Hinton
2024-02-15 14:04:55 +01:00
committed by GitHub
parent 21711e88ce
commit fa8a8fb454

View File

@@ -8,4 +8,4 @@ checkmarx:
configs:
sast:
# Exclude spec files, and test specific files
filter: "!*.spec.ts,!**/spec/**,!/apps/desktop/native-messaging-test-runner/"
filter: "!*.spec.ts,!**/spec/**,!apps/desktop/native-messaging-test-runner/**"