1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

Exclude dev directory from iac scans (#3807)

* Exclude dev directory from iac scans
This commit is contained in:
Oscar Hinton
2024-02-15 14:53:03 +01:00
committed by GitHub
parent 179b7fb498
commit 8a7779d30c

View File

@ -9,3 +9,5 @@ checkmarx:
sast: sast:
# Exclude test directory # Exclude test directory
filter: "!test" filter: "!test"
kics:
filter: "!dev,!.devcontainer"