diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 0000000000..55f9ffd53e --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,5 @@ +[allowlist] +description = "Documentation contains example secrets and passwords" +paths = [ + "docs/docsite/rst/administration/oauth2_token_auth.rst", +]