{"id":22071799,"url":"https://github.com/mhutter/container-yamllint","last_synced_at":"2026-03-19T21:37:33.203Z","repository":{"id":52195943,"uuid":"191570077","full_name":"mhutter/container-yamllint","owner":"mhutter","description":"yamllint in a container image","archived":false,"fork":false,"pushed_at":"2025-03-20T20:32:08.000Z","size":64,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T22:02:31.072Z","etag":null,"topics":["container"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhutter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-12T12:49:46.000Z","updated_at":"2025-03-20T20:30:49.000Z","dependencies_parsed_at":"2023-11-09T13:30:13.345Z","dependency_job_id":"692e174f-e176-49ef-8fff-bdc02ad9bc09","html_url":"https://github.com/mhutter/container-yamllint","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fcontainer-yamllint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fcontainer-yamllint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fcontainer-yamllint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhutter%2Fcontainer-yamllint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhutter","download_url":"https://codeload.github.com/mhutter/container-yamllint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153892,"owners_count":20569408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container"],"created_at":"2024-11-30T20:34:10.229Z","updated_at":"2026-01-04T17:46:50.987Z","avatar_url":"https://github.com/mhutter.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yamllint Container Image\n\nContainer image containing the latest [yamllint](https://yamllint.readthedocs.io/en/latest/) release\n\n## Usage\n\n```sh\ndocker run --rm -v \"$(pwd):/yaml\" ghcr.io/mhutter/yamllint yamllint .\n```\n\n### In GitLab CI runner\n\n```yaml\nstages:\n  - lint\n  # ...\n\nyaml_syntax:\n  stage: lint\n  image: ghcr.io/mhutter/yamllint\n  script:\n    # remove single-line ERB code upfront to make templates lintable\n    - find . -type f -name '*.y*ml.erb' -exec sed -i '/^\u003c%.*%\u003e$/d' {} \\;\n    - yamllint $(find . -type f -name '*.y*ml.erb')\n    - yamllint $(find . -type f -name '*.y*ml')\n#...\n```\n\n## Release\n\nAfter merging a yamllint update, create a new tag and push it:\n\n    ./tag-release.sh\n    git push --tags\n\n## License\n\nMIT (see `LICENSE`)\n\n---\n\n\u003e [Manuel Hutter](https://mhu.dev/) -\n\u003e GitHub [@mhutter](https://github.com/mhutter) -\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhutter%2Fcontainer-yamllint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhutter%2Fcontainer-yamllint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhutter%2Fcontainer-yamllint/lists"}