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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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/**"