Browse Source

Add slack token

Add Slack token from https://api.slack.com/docs/token-types 

#hactoberfest #greywizard
Paweł Gawinek 7 năm trước cách đây
mục cha
commit
6739a34f74
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      gitleaks.toml

+ 3 - 0
gitleaks.toml

@@ -20,6 +20,9 @@ regex = '''(?i)facebook.*['\"][0-9a-f]{32}['\"]'''
 [[regexes]]
 description = "Twitter"
 regex = '''(?i)twitter.*['\"][0-9a-zA-Z]{35,44}['\"]'''
+[[regexes]]
+description = "Slack token"
+regex = '''xoxo[bapr]-.*'''
 
 [whitelist]
 regexes = [