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