allow list for example secrets in docs

This commit is contained in:
Don Naro 2023-09-04 12:43:36 +01:00 committed by Seth Foster
parent a28bc2eb3f
commit 63223a2cc7

5
.gitleaks.toml Normal file
View File

@ -0,0 +1,5 @@
[allowlist]
description = "Documentation contains example secrets and passwords"
paths = [
"docs/docsite/rst/administration/oauth2_token_auth.rst",
]