{"id":37401023,"url":"https://github.com/alex-karpenko/git-events-runner","last_synced_at":"2026-04-25T17:07:33.519Z","repository":{"id":239455398,"uuid":"768268286","full_name":"alex-karpenko/git-events-runner","owner":"alex-karpenko","description":"K8s operator to run jobs on git repo changes.","archived":false,"fork":false,"pushed_at":"2026-03-27T11:21:13.000Z","size":2703,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-27T22:31:06.512Z","etag":null,"topics":["git","job","kubernetes","operator","trigger"],"latest_commit_sha":null,"homepage":"https://alex-karpenko.github.io/git-events-runner/","language":"Rust","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/alex-karpenko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-06T19:19:12.000Z","updated_at":"2026-03-27T11:20:07.000Z","dependencies_parsed_at":"2024-05-18T18:27:30.785Z","dependency_job_id":"bc5f063d-13bf-4fa5-9d7e-30a26f3f2ee3","html_url":"https://github.com/alex-karpenko/git-events-runner","commit_stats":null,"previous_names":["alex-karpenko/git-events-runner"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/alex-karpenko/git-events-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-karpenko%2Fgit-events-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-karpenko%2Fgit-events-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-karpenko%2Fgit-events-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-karpenko%2Fgit-events-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex-karpenko","download_url":"https://codeload.github.com/alex-karpenko/git-events-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-karpenko%2Fgit-events-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32269467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["git","job","kubernetes","operator","trigger"],"created_at":"2026-01-16T05:44:13.845Z","updated_at":"2026-04-25T17:07:33.502Z","avatar_url":"https://github.com/alex-karpenko.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Events Runner\n\n\u003cp\u003e\n\u003ca href=\"https://github.com/alex-karpenko/git-events-runner/actions/workflows/ci.yaml\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/alex-karpenko/git-events-runner/ci.yaml?label=ci\" alt=\"CI status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/alex-karpenko/git-events-runner/actions/workflows/audit.yaml\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/alex-karpenko/git-events-runner/audit.yaml?label=audit\" alt=\"Audit status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/alex-karpenko/git-events-runner/actions/workflows/publish-images.yaml\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/alex-karpenko/git-events-runner/publish-images.yaml?label=build\" alt=\"Images build status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/alex-karpenko/git-events-runner/actions/workflows/publish-docs.yaml\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/alex-karpenko/git-events-runner/publish-docs.yaml?label=docs\" alt=\"Docs publishing status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**Git Events Runner** is a Kubernetes operator to trigger `Jobs` with the Git repository content in the job's container.\nIn other words it provides way to run code inside a Kubernetes cluster based on content of the Git repository commit\nin response to changes in the repository or triggered by a webhook.\n\nFor details, please refer to the [documentation](https://alex-karpenko.github.io/git-events-runner/).\n\n## What's inside\n\n`Git Events Runner` provides several custom resources (CRDs) to define such entities as:\n\n* `Sources` - URI and auth parameters of git repositories which should be watching and using to run `Actions`.\n* `Triggers` - conditions and restrictions of changes in `Sources` which triggers `Actions`: which repos, branches or\n  tags to watch and how often.\n  It includes scheduled and webhook triggers.\n* `Actions` - predefined configurations of K8s `Job` to run as reaction to fired  `Trigger`.\n\nEverything is glued by dedicated Kubernetes controller inside a cluster.\n\n## Where it applies\n\n* Various Continues Deployment (CD) processes, where Kubernetes resources are involved.\n* Running periodic tasks in Kubernetes, based on code in Git repo.\n* Triggering tasks in Kubernetes by webhooks, based on code in Git repo.\n* Replacement of CI/CD functionality, provided by repository vendor (GitHub actions, for example)\n  where direct access to Kubernetes or cloud resources is needed but with guarantied permissions restrictions.\n\n## Current state\n\nThis is a working beta, and it's under active development now.\n\n## License\n\nThis project is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-karpenko%2Fgit-events-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex-karpenko%2Fgit-events-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-karpenko%2Fgit-events-runner/lists"}