piighost/gitlab-token

GitLab personal, project or group access token: glpat- then at least twenty characters of the token alphabet. The lookahead pins the end so a longer token is taken whole rather than truncated to twenty. GitLab's other prefixes (gldt-, glrt-, glsoat-) are different objects and are not covered.

Label: GITLAB_TOKEN

Pattern

\bglpat-[A-Za-z0-9_-]{20,}(?![A-Za-z0-9_-])

Must be caught

Must be left alone

Tags: international, secrets, software-dev

Download the detector as TOML