{"id":16527284,"url":"https://github.com/tomerh2001/git-crypt-pipe","last_synced_at":"2025-03-03T05:12:17.357Z","repository":{"id":197457521,"uuid":"698676947","full_name":"tomerh2001/git-crypt-pipe","owner":"tomerh2001","description":"Decrypts git-crypt encrypted repositories in Bitbucket Pipelines.","archived":false,"fork":false,"pushed_at":"2025-02-22T06:49:29.000Z","size":438,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T19:53:37.824Z","etag":null,"topics":["bitbucket","bitbucket-pipeline","cryptography","git","git-crypt","pipe"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/tomerh2001.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-30T16:16:22.000Z","updated_at":"2025-02-22T06:49:32.000Z","dependencies_parsed_at":"2023-10-13T05:51:58.882Z","dependency_job_id":"a2faa504-54be-4242-910f-c900fd5b5a28","html_url":"https://github.com/tomerh2001/git-crypt-pipe","commit_stats":null,"previous_names":["tomerh2001/git-crypt-pipe"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerh2001%2Fgit-crypt-pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerh2001%2Fgit-crypt-pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerh2001%2Fgit-crypt-pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomerh2001%2Fgit-crypt-pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomerh2001","download_url":"https://codeload.github.com/tomerh2001/git-crypt-pipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610990,"owners_count":19990508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bitbucket","bitbucket-pipeline","cryptography","git","git-crypt","pipe"],"created_at":"2024-10-11T17:34:24.366Z","updated_at":"2025-03-03T05:12:17.334Z","avatar_url":"https://github.com/tomerh2001.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitbucket Git Crypt Pipe\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo\u0026labelColor=gray)](https://github.com/xojs/xo)\n[![Snyk Security](../../actions/workflows/snyk-security.yml/badge.svg)](../../actions/workflows/snyk-security.yml)\n[![CodeQL](../../actions/workflows/codeql.yml/badge.svg)](../../actions/workflows/codeql.yml)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/tomerh2001/git-crypt-pipe/badge)](https://securityscorecards.dev/viewer/?uri=github.com/tomerh2001/git-crypt-pipe)\n\nDecrypts `git-crypt` encrypted repositories in Bitbucket Pipelines.\n\n## YAML Definition\n\nAdd the following snippet to the script section of your `bitbucket-pipelines.yml` file:\n\n```yaml\nscript:\n  - pipe: docker://tomerh2001/git-crypt-pipe:latest\n    variables:\n      SECRETS_KEY: $SECRETS_KEY\n```\n\n## Variables\n\n| Name         | Usage                                        | Type     |\n|--------------|----------------------------------------------|----------|\n| `SECRETS_KEY`| The base64 encoded git-crypt key.            | Mandatory|\n\n## Details\n\nThis pipe is built to help you decrypt files in your git repository encrypted using `git-crypt` during a Bitbucket Pipeline run. Ensure that you have `git-crypt` setup properly in your repository before using this pipe.\n\n## Prerequisites\n\n- You must have your repository encrypted with `git-crypt`.\n- A base64 encoded `git-crypt` key stored in your Bitbucket Pipelines environment variables as `SECRETS_KEY`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomerh2001%2Fgit-crypt-pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomerh2001%2Fgit-crypt-pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomerh2001%2Fgit-crypt-pipe/lists"}