{"id":46184560,"url":"https://github.com/ttybitnik/pipelines","last_synced_at":"2026-04-06T01:01:39.438Z","repository":{"id":321947295,"uuid":"1087404819","full_name":"ttybitnik/pipelines","owner":"ttybitnik","description":"Centralized repository of automation components for Git forges.","archived":false,"fork":false,"pushed_at":"2026-04-05T23:01:57.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-06T00:27:45.902Z","etag":null,"topics":["actions","cicd","workflows"],"latest_commit_sha":null,"homepage":"https://eternodevir.com/projects/pipelines","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ttybitnik.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/funding.yaml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"buy_me_a_coffee":"ttybitnik"}},"created_at":"2025-10-31T21:16:59.000Z","updated_at":"2026-04-05T23:01:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ttybitnik/pipelines","commit_stats":null,"previous_names":["ttybitnik/pipelines"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ttybitnik/pipelines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttybitnik%2Fpipelines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttybitnik%2Fpipelines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttybitnik%2Fpipelines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttybitnik%2Fpipelines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttybitnik","download_url":"https://codeload.github.com/ttybitnik/pipelines/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttybitnik%2Fpipelines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31455474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["actions","cicd","workflows"],"created_at":"2026-03-02T22:03:35.228Z","updated_at":"2026-04-06T01:01:39.431Z","avatar_url":"https://github.com/ttybitnik.png","language":null,"funding_links":["https://buymeacoffee.com/ttybitnik"],"categories":[],"sub_categories":[],"readme":"# Pipelines\n\nCentralized repository of reusable automation components for Git forges.\n\nIt provides reusable CI/CD pipelines, quality checks, and configuration patterns to **enforce security**, **reduce duplication**, and **ease maintenance** across multiple repositories.\n\n[![release](https://img.shields.io/github/v/release/ttybitnik/pipelines)](https://github.com/ttybitnik/pipelines/releases/latest)\n[![ci/cd](https://github.com/ttybitnik/pipelines/actions/workflows/cd.yaml/badge.svg)](https://github.com/ttybitnik/pipelines/actions/workflows/cd.yaml)\n[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org)\n\n## GitHub\n\n### Reusable workflows\n\n| Workflow                                 | Description                                    |\n|------------------------------------------|------------------------------------------------|\n| [container-checks][container-checks-uri] | Container quality checks.                      |\n| [go-checks][go-checks-uri]               | Go code quality checks.                        |\n| [go-deploy][go-deploy-uri]               | Go code build and deployment.                  |\n| [secops][secops-uri]                     | Security scanning and misconfiguration checks. |\n| [semver][semver-uri]                     | Semantic versioning and release automation.    |\n| [yaml-checks][yaml-checks-uri]           | YAML quality checks.                           |\n\n[container-checks-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/workflows/container-checks.yaml\n[go-checks-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/workflows/go-checks.yaml\n[go-deploy-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/workflows/go-deploy.yaml\n[secops-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/workflows/secops.yaml\n[semver-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/workflows/semver.yaml\n[yaml-checks-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/workflows/yaml-checks.yaml\n\n### Actions\n\n| Action                                                   | Description                              |\n|----------------------------------------------------------|------------------------------------------|\n| [mkdev-custom][mkdev-custom-uri]                         | Custom linter and update scripts checks. |\n| [release-please-draft-tag][release-please-draft-tag-uri] | Git tag for release-please drafts.       |\n\n[mkdev-custom-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/actions/mkdev-custom/action.yaml\n[release-please-draft-tag-uri]: https://github.com/ttybitnik/pipelines/blob/master/.github/actions/release-please-draft-tag/action.yaml\n\n## Requirements\n\nNone\n\n## Examples\n\n\u003e [!NOTE]\n\u003e Releases in this repository are immutable. The full semantic version (e.g., `v0.1.2`) provides a permanent, reliable pointer.\n\n### Using `workflows`:\n\n```yaml\njobs:\n  go-checks:\n    permissions:\n      contents: read\n      pull-requests: read\n      security-events: write\n    uses: ttybitnik/pipelines/.github/workflows/go-checks.yaml@v0.3.2  # x-release-please-version\n    with:\n      codeql-enable: true\n\n  secops:\n    permissions:\n      contents: read\n      security-events: write\n    uses: ttybitnik/pipelines/.github/workflows/secops.yaml@v0.3.2  # x-release-please-version\n```\n\n### Using `actions`:\n\n```yaml\njobs:\n  release-please-draft-tag:\n    permissions:\n      contents: write\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout default branch\n        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8  # v5.0.0\n        with:\n          fetch-depth: \"0\"\n      - name: Create git tag for release-please draft\n        id: draft-tag\n        uses: ttybitnik/pipelines/.github/actions/release-please-draft-tag@v0.3.2  # x-release-please-version\n```\n\n## License\n\nGPL-3.0\n\n## Author information\n\nVinícius Moraes ([ttybitnik](https://github.com/ttybitnik))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttybitnik%2Fpipelines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttybitnik%2Fpipelines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttybitnik%2Fpipelines/lists"}