Skip to content

Commit 8a7779d

Browse files
authored
Exclude dev directory from iac scans (bitwarden#3807)
* Exclude dev directory from iac scans
1 parent 179b7fb commit 8a7779d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.checkmarx/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ checkmarx:
99
sast:
1010
# Exclude test directory
1111
filter: "!test"
12+
kics:
13+
filter: "!dev,!.devcontainer"

0 commit comments

Comments
 (0)