Skip to content

Commit

Permalink
Add gitleaks.toml for rh-gitleaks
Browse files Browse the repository at this point in the history
Add a .gitleaks.toml file to avoid the false positive leak for the
example certificate when deploying for Elasticsearch.
  • Loading branch information
leifmadsen committed Oct 26, 2023
1 parent 03a1589 commit 95325fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[allowlist]
description = "Global Allowlist"

# Ignore based on any subset of the file path
paths = [
# Ignore all example certs
'''roles\/servicetelemetry\/vars\/dummy_user_certs\.yml'''
]

0 comments on commit 95325fc

Please sign in to comment.