Validate your GitLab CI with GitLab's API endpoint.
Project description
GitLab CI validation pre-commit-hook
This is a pre-commit hook that uses GitLab's /api/v4/ci/lint
lint endpoint to validate the contents of .gitlab-ci.yml
files. This is similar in fashion to how CircleCI pre-commit hooks validate that product's required configs, which is by uploading your config to an endpoint.
By default, this tool sends your configuration to https://gitlab.com, though this can be overridden (see below).
This tool has been extended and adapted from kadrach's implementation (cf. the license).
Usage
Requirements
GitLab Lint API now requires authorization.
- Create Access Token with
api
scope. - Set access token value as
GITLAB_TOKEN
environment variable. - Ensure Python version available is 3.8 or later.
Warning Please note the token should not be shared and if leaked can cause significant harm.
Example
An example .pre-commit-config.yaml
:
---
repos:
- repo: https://github.com/bjd2385/pre-commit-gitlabci-lint
rev: <latest release>
hooks:
- id: gitlabci-lint
# args: ["https://custom.gitlab.host.com"]
Development
Install dependencies by running ./scripts/dependencies.sh
. Or, if you already have yarn
in your path, yarn install:deps
.
Releases
Update src/gitlabci_lint/validate.py/__version__
, setup.py/version
-string, and tag this repo's master branch with the same version string (prefixed by 'v
.)
TODOs:
[ ] Allow passing multiple config files for validation in template repositories. [ ]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pre-commit-gitlabci-lint-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b82dd4d28276c1136538f3a1ce77f319ff3c9918325f656aafbf5e6d4c2951c |
|
MD5 | 7b9f2a64146675182b62909ded213bd8 |
|
BLAKE2b-256 | 5c79ffa1e95b97081a48dd89b051e781553ceeecc17d93a892b20dc39a3a50d7 |
Hashes for pre_commit_gitlabci_lint-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85c1ead0c0833fcfd342c0475c12a710b19d5f5c66d41d7f0ac4e4dd3e8811d9 |
|
MD5 | bf8a64856a1c2498c70c65ed30c72efe |
|
BLAKE2b-256 | 55ad69ac179ac6f3fc185d82d59eb3f6217b2d8fbfbf1ea11f7dd6231891c2c4 |