Explorar el Código

Add slack token

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

#hactoberfest #greywizard
Paweł Gawinek hace 7 años
padre
commit
6739a34f74
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 = [