Yamllint Container Image¶
Alpine-based yamllint runtime for validating YAML locally and in CI/CD.
Features¶
- Rootless container execution for secure YAML linting.
- GitLab CI Component at 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 .
GitLab CI snippet¶
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 details.