diff options
author | Don Naro <dnaro@redhat.com> | 2023-09-04 13:43:36 +0200 |
---|---|---|
committer | Seth Foster <fosterseth@users.noreply.github.com> | 2023-09-06 21:15:58 +0200 |
commit | 63223a2cc7240cb986fc2db3452159dfa78a7962 (patch) | |
tree | 392955123247e9feb9c779fa55276ecb0ef19be8 /.gitleaks.toml | |
parent | bump babel dependencies (#14370) (diff) | |
download | awx-63223a2cc7240cb986fc2db3452159dfa78a7962.tar.xz awx-63223a2cc7240cb986fc2db3452159dfa78a7962.zip |
allow list for example secrets in docs
Diffstat (limited to '.gitleaks.toml')
-rw-r--r-- | .gitleaks.toml | 5 |
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", +] |