* gitlab pats may contain underscores as well as dashes * include testdata index binary Co-authored-by: Greg Johnson (codeEmitter) <gjohnson@gitlab.com>
@@ -32,7 +32,7 @@ title = "gitleaks config"
[[rules]]
id = "gitlab-pat"
description = "GitLab Personal Access Token"
-regex = '''glpat-[0-9a-zA-Z\-]{20}'''
+regex = '''glpat-[0-9a-zA-Z\-\_]{20}'''
id = "aws-access-token"