{"id":40504969,"url":"https://github.com/deeagle/ansible-lint","last_synced_at":"2026-01-20T19:31:25.487Z","repository":{"id":38314671,"uuid":"483221864","full_name":"deeagle/ansible-lint","owner":"deeagle","description":"Container for ansible linting","archived":false,"fork":false,"pushed_at":"2025-11-24T08:41:37.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-29T23:25:58.487Z","etag":null,"topics":["cicd","docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deeagle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-19T11:42:40.000Z","updated_at":"2025-11-24T08:41:40.000Z","dependencies_parsed_at":"2025-01-15T16:28:11.622Z","dependency_job_id":"9d8e14eb-567f-415b-adc5-15f043bb0d08","html_url":"https://github.com/deeagle/ansible-lint","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/deeagle/ansible-lint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fansible-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fansible-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fansible-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fansible-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeagle","download_url":"https://codeload.github.com/deeagle/ansible-lint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fansible-lint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28610604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cicd","docker"],"created_at":"2026-01-20T19:31:20.861Z","updated_at":"2026-01-20T19:31:25.481Z","avatar_url":"https://github.com/deeagle.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-lint\n\n\u003e ⚠️ **Project status: Read-Only / Archived**\n\nThis repository is **no longer actively maintained** and has been set to **read-only**.\n\nThe reason for this decision is that I have fully migrated to the\n**container-based components provided by [pipeline-components.dev](https://pipeline-components.dev/components/ansible-lint/)**\nfor running Ansible-Lint. This approach is more maintainable,\nreproducible, and better suited for modern CI/CD pipelines.\n\n---\n\n## Background\n\nThis project was originally created to make **ansible-lint** easy\nand consistent to use in CI pipelines\n(e.g. GitHub Actions, GitLab CI, Tekton).\n\nWith the evolution of **Pipeline Components**,\nthis repository has become functionally obsolete:\n\n* 📦 Prebuilt and maintained container images\n* 🔁 Clear versioning\n* 🧩 Easy integration into existing pipelines\n* 🚀 Significantly reduced maintenance effort\n\n---\n\n## Recommended Alternative (Successor)\n\n👉 **pipeline-components / ansible-lint**\n[https://pipeline-components.dev/components/ansible-lint/](https://pipeline-components.dev/components/ansible-lint/)\n\nGeneral usage concept:\n\n* Use a prebuilt container image\n* No local installation of `ansible-lint` required\n* Reproducible linting results across all environments\n\nFor up-to-date usage instructions, configuration options, and examples,\nplease refer directly to the official Pipeline Component documentation.\n\n---\n\n## Repository Usage\n\n* 🔒 Read-only\n* ❌ No new features\n* ❌ No bug fixes\n* ❌ No releases\n\nThis repository remains available **for documentation and reference purposes only**.\n\n---\n\n## Migration\n\nIf you are currently using this repository:\n\n1. Remove the direct dependency on this project\n2. Integrate the `ansible-lint` Pipeline Component instead\n3. Update your CI/CD configuration accordingly\n\nIn most cases, migration is straightforward, as the behavior of `ansible-lint` itself\nremains unchanged.\n\n---\n\n## Examples\n\n```bash\n#!/usr/bin/env bash\n# file: run-ci.sh\n\nMD_CONTAINER=\"registry.gitlab.com/pipeline-components/markdownlint-cli2:latest\"\nMD_BIN=\"markdownlint-cli2\"\n\necho \"Running CI ...\"\necho \"Lint Markdown ...\"\nmd_linter_version=\"$(docker run --rm -i ${MD_CONTAINER} ${MD_BIN} -v)\"\necho \"Using markdown-linter version ${md_linter_version}\"\ndocker run --rm -i -v \"${PWD}/:/code\" \"${MD_CONTAINER}\" \"${MD_BIN}\" {*.md,!CHANGELOG.md}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeagle%2Fansible-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeagle%2Fansible-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeagle%2Fansible-lint/lists"}