Skip to content

Instantly share code, notes, and snippets.

@skarllot
Created December 27, 2024 12:42
Show Gist options
  • Save skarllot/928982062789edba7511f3c7bc2406ba to your computer and use it in GitHub Desktop.
Save skarllot/928982062789edba7511f3c7bc2406ba to your computer and use it in GitHub Desktop.
Setup Gitleaks to ignore a non-secret value
[extend]
useDefault = true
[allowlist]
description = "Fake secrets"
regexTarget = "match"
regexes = [
"6a654835c594485b8980ba2c73af6f18"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment