Ignoring whole commits with .gitleaksignore? #1645
ChrisHolman
started this conversation in
General
Replies: 1 comment
-
@ChrisHolman I don't think it's possible in the .gitleaksignore, but you should be able to add them in a Something like: [extend]
useDefault = true
[[allowlists]]
description = "ignore specific commits"
commits = [
# add commits here
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to ignore entire commits with the .gitleaksignore file?
Our devs messed with the history of a branch, which means some historical secrets (which are false positives) are now being treated as a change and flagging as secrets. There are over a thousand occurrences.
I want to avoid adding thousands of lines to the .gitleaksignore file if possible.
Beta Was this translation helpful? Give feedback.
All reactions