Yamllint Container Image¶
Alpine-based yamllint runtime for validating YAML locally and in CI/CD. This container image powers the GitLab CI Component yamllint.
Features¶
Run YAML-Linter in a rootless container
- GitLab CI Component at https://gitlab.com/explore/catalog/niclas-zone/ci/yamllint.
Usage¶
Pull the image¶
Lint YAML files¶
podman run --rm \
-v $(pwd):/data \
-w /data \
registry.gitlab.com/niclas-zone/ctr/yamllint:latest \
yamllint .
Author¶
Niclas Heinz
Contributing¶
Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.
License¶
This project is licensed under the MIT License. See LICENSE for more information.