diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 00000000..00e0d981 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,7 @@ +[allowlist] + description = "Global Allowlist" + + # Ignore based on any subset of the file path + paths = [ + '''e2e_test''', + ]