Browse Source

Merge pull request #87 from nenadstojanovikj/patch-1

Update description to reflect regex
Zachary Rice 7 years ago
parent
commit
f32abb921d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gitleaks.toml

+ 2 - 2
gitleaks.toml

@@ -18,7 +18,7 @@ regex = '''-----BEGIN OPENSSH PRIVATE KEY-----'''
 description = "Facebook"
 description = "Facebook"
 regex = '''(?i)facebook.*['\"][0-9a-f]{32}['\"]'''
 regex = '''(?i)facebook.*['\"][0-9a-f]{32}['\"]'''
 [[regexes]]
 [[regexes]]
-description = "Facebook"
+description = "Twitter"
 regex = '''(?i)twitter.*['\"][0-9a-zA-Z]{35,44}['\"]'''
 regex = '''(?i)twitter.*['\"][0-9a-zA-Z]{35,44}['\"]'''
 
 
 [whitelist]
 [whitelist]
@@ -27,4 +27,4 @@ regexes = [
 ]
 ]
 files = [
 files = [
   "(.*?)(jpg|gif|doc|pdf|bin|go)$"
   "(.*?)(jpg|gif|doc|pdf|bin|go)$"
-]
+]