{"id":41010778,"url":"https://github.com/olliephillips/pipeline","last_synced_at":"2026-01-22T09:03:47.438Z","repository":{"id":57692794,"uuid":"483176043","full_name":"olliephillips/pipeline","owner":"olliephillips","description":"Building a template repo using test \u0026 build tools with Github Actions. Optimised for Go","archived":false,"fork":false,"pushed_at":"2022-04-21T14:28:56.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T06:36:40.236Z","etag":null,"topics":["build","deepsource","go","golang","pipeline","test"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olliephillips.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}},"created_at":"2022-04-19T09:16:19.000Z","updated_at":"2022-10-06T13:35:02.000Z","dependencies_parsed_at":"2022-09-26T21:01:05.203Z","dependency_job_id":null,"html_url":"https://github.com/olliephillips/pipeline","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/olliephillips/pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliephillips%2Fpipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliephillips%2Fpipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliephillips%2Fpipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliephillips%2Fpipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olliephillips","download_url":"https://codeload.github.com/olliephillips/pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olliephillips%2Fpipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28659907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["build","deepsource","go","golang","pipeline","test"],"created_at":"2026-01-22T09:03:46.717Z","updated_at":"2026-01-22T09:03:47.430Z","avatar_url":"https://github.com/olliephillips.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pipeline\n\n## A repo/pipeline template for tests, code quality/security review and artifact build\n\nBuilding a template repo using test \u0026 build tools with Github Actions. Optimised for Go.\n\n[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/olliephillips/pipeline?style=flat-square)](https://go.dev/)\n[![Go Report Card](https://goreportcard.com/badge/github.com/olliephillips/pipeline?style=flat-square)](https://goreportcard.com/report/github.com/olliephillips/pipeline)\n[![DeepSource](https://deepsource.io/gh/olliephillips/pipeline.svg/?label=active+issues\u0026token=uYY_4Kwjq9MnjT7TzykEyv-J)](https://deepsource.io/gh/olliephillips/pipeline/?ref=repository-badge)\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/olliephillips/pipeline/Build?style=flat-square)](https://github.com/olliephillips/pipeline/actions/workflows/build.yml)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/olliephillips/pipeline/Unit%20Test/master?label=tests\u0026style=flat-square)](https://github.com/olliephillips/pipeline/actions/workflows/unit_test.yml)\n\n[![GitHub Release Date](https://img.shields.io/github/release-date/olliephillips/pipeline?style=flat-square)](https://github.com/olliephillips/pipeline/releases)\n[![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/olliephillips/pipeline/latest?style=flat-square)](https://github.com/olliephillips/pipeline/commits)\n[![GitHub](https://img.shields.io/github/license/olliephillips/pipeline?label=license\u0026style=flat-square)](LICENSE)\n\n## Using\n\nDownload as a zip file rather than clone or fork the repository. Then run `git init` in your code folder. \nOr, clone/fork it and delete the `.git` folder, and then run `git init`.\n\n- DeepSource and Twitter will need secrets to be set up in your repository if need to use.\n- [README.md](README.md) will need badge assets to be edited to suit Github account and repository name.\n\n### Unit Tests\n\nTests are run on 'push' and 'pull request' to main/master.\n\n### Build\n\nSoftware is built on 'push' and 'pull request' to main/master. Will it build!?\n\n### Code Quality \u0026 Security\n\nCode quality, security and test coverage is monitored using [DeepSource](https://deepsource.io).\n\n### Releases\n\nReleases are built for target OS using GoReleaser. Create a tag, push it.\nLatest release is [at this generic link here](https://github.com/olliephillips/pipeline/releases/latest)\n\nThis is typical is the git create tag \u0026 push tag syntax.\n\n```bash\ngit tag -a v0.0.1 -m \"Test release\"\ngit push origin v0.0.1\n```\n\n### Branch protection\n\nWithin Github, we've configured a rule to prevent direct push to master.  As an admin my commits don't hit that protection.\n\n### Badges\nVarious Github \u0026 Deepsource badges are being used. Mostly done via [Sheilds.io](https://shields.io)\n\n### Announcements\nNew releases will be announced to Twitter (requires Twitter's elevated developer access).\n\n### Todo\n- Main branch\n\n### License\nLicensed under [Mozilla Public License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folliephillips%2Fpipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folliephillips%2Fpipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folliephillips%2Fpipeline/lists"}