Enum
pipeleak gl enum
Enumerate access rights of a GitLab access token
Synopsis
Enumerate access rights of a GitLab access token by listing projects, groups and users the token has access to.
Examples
| pipeleak gl enum --token glpat-xxxxxxxxxxx --gitlab https://gitlab.mydomain.com --level 20
|
Options
| -g, --gitlab string GitLab instance URL
-h, --help help for enum
--level int Minimum repo access level. See https://docs.gitlab.com/api/access_requests/#valid-access-levels for integer values (default 10)
-t, --token string GitLab API Token
-v, --verbose Verbose logging
|
Options inherited from parent commands
| --coloredLog Output the human-readable log in color (default true)
--json Use JSON as log output format
-l, --logfile string Log output to a file
|
SEE ALSO