diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 00000000..80efd4d0 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,8 @@ +[allowlist] +description = "Global Allowlist" + +# Ignore based on any subset of the file path +paths = [ + # Test credentials for the google plugin + "tests/plugins/google-api-credentials.json", +]