fix slack token format
@@ -28,7 +28,7 @@ description = "PGP"
regex = '''-----BEGIN PGP PRIVATE KEY BLOCK-----'''
[[regexes]]
description = "Slack token"
-regex = '''xoxo[bapr]-.*'''
+regex = '''xox[baprs]-.*'''
[whitelist]
regexes = [
@@ -173,7 +173,7 @@ description = "Github"
regex = '''(?i)github.*['\"][0-9a-zA-Z]{35,40}['\"]'''
description = "Slack"
description = "Telegram"
regex = '''\d{5,}:A[a-zA-Z0-9_\-]{34,34}'''