Skip to content

Commit

Permalink
Ignore test credentials for the google plugin
Browse files Browse the repository at this point in the history
Instruct security scanners that the `google` plugin test
credentials are intentionally stored in the repository.
  • Loading branch information
psss committed Feb 16, 2024
1 parent 0584a30 commit 070a535
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 = [
# Test credentials for the google plugin
"tests/plugins/google-api-credentials.json",
]

0 comments on commit 070a535

Please sign in to comment.