summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Naro <dnaro@redhat.com>2023-09-04 13:43:36 +0200
committerSeth Foster <fosterseth@users.noreply.github.com>2023-09-06 21:15:58 +0200
commit63223a2cc7240cb986fc2db3452159dfa78a7962 (patch)
tree392955123247e9feb9c779fa55276ecb0ef19be8
parentbump babel dependencies (#14370) (diff)
downloadawx-63223a2cc7240cb986fc2db3452159dfa78a7962.tar.xz
awx-63223a2cc7240cb986fc2db3452159dfa78a7962.zip
allow list for example secrets in docs
-rw-r--r--.gitleaks.toml5
1 files changed, 5 insertions, 0 deletions
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",
+]