Explorar el Código

fix slack token format

Les Aker hace 7 años
padre
commit
b4c6fe92e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gitleaks.toml

+ 1 - 1
gitleaks.toml

@@ -28,7 +28,7 @@ description = "PGP"
 regex = '''-----BEGIN PGP PRIVATE KEY BLOCK-----'''
 regex = '''-----BEGIN PGP PRIVATE KEY BLOCK-----'''
 [[regexes]]
 [[regexes]]
 description = "Slack token"
 description = "Slack token"
-regex = '''xoxo[bapr]-.*'''
+regex = '''xox[baprs]-.*'''
 
 
 [whitelist]
 [whitelist]
 regexes = [
 regexes = [