mirror of
https://github.com/bitwarden/server.git
synced 2026-01-11 19:57:01 +00:00
Exclude dev directory from iac scans (#3807)
* Exclude dev directory from iac scans
This commit is contained in:
parent
179b7fb498
commit
8a7779d30c
1 changed files with 2 additions and 0 deletions
|
|
@ -9,3 +9,5 @@ checkmarx:
|
|||
sast:
|
||||
# Exclude test directory
|
||||
filter: "!test"
|
||||
kics:
|
||||
filter: "!dev,!.devcontainer"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue