1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 19:11:22 +00:00

Exclude .devcontainer from Checkmarx KICS scans

This commit is contained in:
Conner Turnbull
2026-01-27 15:08:56 -05:00
parent fd83bc25f6
commit 9aa03c7d40

View File

@@ -10,3 +10,5 @@ checkmarx:
presetName: "BW ASA Premium"
# Exclude spec files, and test specific files
filter: "!*.spec.ts,!**/spec/**,!apps/desktop/native-messaging-test-runner/**"
kics:
filter: "!.devcontainer"