Browse Source

Merge branch 'master' into patch-1

Zachary Rice 7 years ago
parent
commit
447f7a04cb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gitleaks.toml

+ 3 - 0
gitleaks.toml

@@ -23,6 +23,9 @@ regex = '''(?i)twitter.*['\"][0-9a-zA-Z]{35,44}['\"]'''
 [[regexes]]
 [[regexes]]
 description = "PGP"
 description = "PGP"
 regex = '''-----BEGIN PGP PRIVATE KEY BLOCK-----'''
 regex = '''-----BEGIN PGP PRIVATE KEY BLOCK-----'''
+[[regexes]]
+description = "Slack token"
+regex = '''xoxo[bapr]-.*'''
 
 
 [whitelist]
 [whitelist]
 regexes = [
 regexes = [