From 63223a2cc7240cb986fc2db3452159dfa78a7962 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 4 Sep 2023 12:43:36 +0100 Subject: [PATCH] allow list for example secrets in docs --- .gitleaks.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitleaks.toml 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", +]