Created
December 27, 2024 12:42
-
-
Save skarllot/928982062789edba7511f3c7bc2406ba to your computer and use it in GitHub Desktop.
Setup Gitleaks to ignore a non-secret value
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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