Lines Matching full:gitlab
18 GITLAB_URL = "https://gitlab.freedesktop.org"
21 # Known GitLab token prefixes: https://docs.gitlab.com/ee/security/token_overview.html#token-prefix…
31 "GitLab Agent for Kubernetes token": "glagent-",
56 :param gl: Gitlab object
71 """Finds a specified gitlab project for given user"""
83 Retrieves the GitLab token from the default directory.
86 str: The path to the GitLab token file.
91 token_file = TOKEN_DIR / "gitlab-token"
104 …# https://gitlab.com/gitlab-org/gitlab/-/blob/master/gems/gitlab-secret_detection/lib/gitleaks.toml
151 logging.warning("Newer tokens are the ones created from a Gitlab 14.5+ instance.")
152 logging.warning("See https://about.gitlab.com/releases/2021/11/22/"
153 "gitlab-14-5-released/"
154 "#new-gitlab-access-token-prefix-and-detection")
159 """await until pipeline appears in Gitlab"""