Proposed pattern: ``` \bdckr_pat_[\w\-]{27}(?:[^\w\-]|\z) ``` To confirm re `\w{27}`: - is it always 27? - are there any other characters that can show up? Notes: - I don't see `dckr_pat_` mentioned in Gitleak's patterns. Might want to upstream.
Proposed pattern:
To confirm re
\w{27}:Notes:
dckr_pat_mentioned in Gitleak's patterns. Might want to upstream.