{"id":23647849,"url":"https://github.com/egormanga/cirook","last_synced_at":"2026-05-04T12:31:17.366Z","repository":{"id":268819793,"uuid":"905186802","full_name":"egormanga/cirook","owner":"egormanga","description":"CI as Git hooks","archived":false,"fork":false,"pushed_at":"2024-12-19T04:18:19.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-30T05:21:51.623Z","etag":null,"topics":["ci","ci-cd","cirook","docker","git","git-hook","oci"],"latest_commit_sha":null,"homepage":"","language":"Python","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/egormanga.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-12-18T10:30:06.000Z","updated_at":"2025-04-09T22:14:21.000Z","dependencies_parsed_at":"2024-12-19T05:21:13.887Z","dependency_job_id":"dcee9385-0734-4393-b254-b85e5d8036a4","html_url":"https://github.com/egormanga/cirook","commit_stats":null,"previous_names":["egormanga/cirook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/egormanga/cirook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egormanga%2Fcirook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egormanga%2Fcirook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egormanga%2Fcirook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egormanga%2Fcirook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egormanga","download_url":"https://codeload.github.com/egormanga/cirook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egormanga%2Fcirook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32607292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["ci","ci-cd","cirook","docker","git","git-hook","oci"],"created_at":"2024-12-28T14:49:01.282Z","updated_at":"2026-05-04T12:31:17.323Z","avatar_url":"https://github.com/egormanga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cirook\n(pronounced as _«see-rock»_; named after the similarity between English _«crook»_ and Russian _«крюк»_ meaning _«a hook»_.)\n\n**CI/CD engine as a self-contained Git hook.**\n\n\n## Example\n\n```yaml\nstages:\n  lint:\n    steps:\n      shellcheck:\n        image: shellcheck\n\n  build:\n    needs: []\n    steps:\n      compile:\n        image: gcc\n        script:\n          - make\n\n  test:\n    needs: [build]\n    steps:\n      tets:\n        script:\n          - ./main | grep -qFx 'Hello world!'\n\n  deploy:\n    steps:\n      scp:\n        image: alpine\n        network: init\n        init:\n          - apk add --no-cache openssh\n        script:\n          - scp './main' root@prod:/srv/bin/\n```\n_(Note: dicts are ordered.)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegormanga%2Fcirook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegormanga%2Fcirook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegormanga%2Fcirook/lists"}