Skip to content

Commit b9a4d5d

Browse files
committed
Missing brace
1 parent 65a196e commit b9a4d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ patterns:
191191
- ^(?:letmein|Oracle|SuperSecretString|foo|ababbdbbebbbebdbbe5538003023|XYZ_INVALID_ACCESTOKEN_XYZ|QQ==|Shizuku|mF_9.B5f-4.1JqM|h480djs93hd8|SlAV32hkKG|YmVlcDpib29w)$
192192
- ^(?i)(?:dummy|fake|bearer|auth|invalid|your|my|the|undefined|github|oidc|database)(?:_api)?(?:_?token|key|secret)?$
193193
- ^(?i)(?:[a-z0-9]|XYZ|ABC|123|.*_token)$
194-
- (^(?i)(x+|y+|z+|a+|\.+|.*\.\.\.)$|(?i)x{5}
194+
- (^(?i)(x+|y+|z+|a+|\.+|.*\.\.\.)$|(?i)x{5})
195195
expected:
196196
- name: bearer.txt
197197
start_offset: 45

0 commit comments

Comments
 (0)