summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2023-01-16 10:43:59 +0000
committerJoe Orton <jorton@apache.org>2023-01-16 10:45:15 +0000
commit263007c57857da3a7e5c602f4798698772127e6e (patch)
treefdaa66a5927e0c1fbb04fe29f21fd1b48f5f0a08
parentbc1c9776a336a803d80d02082ea3835f3e9a368d (diff)
downloadneon-git-263007c57857da3a7e5c602f4798698772127e6e.tar.gz
Silence Red Hat's PwnedAlert false positives. [skip ci]
-rw-r--r--.gitleaks.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitleaks.toml b/.gitleaks.toml
new file mode 100644
index 0000000..d6795fb
--- /dev/null
+++ b/.gitleaks.toml
@@ -0,0 +1,8 @@
+[allowlist]
+description = "Global Allowlist"
+
+# Ignore based on any subset of the file path
+paths = [
+ # Ignore the pregenerated server keys
+ '''test\/.*\.key$''',
+ ]