Update default whitelist to include gitleaks.toml
@@ -133,6 +133,6 @@ title = "gitleaks config"
tags = ["key", "twilio"]
[whitelist]
- description = "image whitelists"
- file = '''(.*?)(jpg|gif|doc|pdf|bin)$'''
+ description = "Whitelisted files"
+ file = '''(^\.?gitleaks.toml$|(.*?)(jpg|gif|doc|pdf|bin)$)'''
`