1.3.3 • Published 7 months ago

git-crypt-pipe v1.3.3

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Bitbucket Git Crypt Pipe

semantic-release XO code style Snyk Security CodeQL OpenSSF Scorecard

Decrypts git-crypt encrypted repositories in Bitbucket Pipelines.

YAML Definition

Add the following snippet to the script section of your bitbucket-pipelines.yml file:

script:
  - pipe: docker://tomerh2001/git-crypt-pipe:latest
    variables:
      SECRETS_KEY: $SECRETS_KEY

Variables

NameUsageType
SECRETS_KEYThe base64 encoded git-crypt key.Mandatory

Details

This 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.

Prerequisites

  • You must have your repository encrypted with git-crypt.
  • A base64 encoded git-crypt key stored in your Bitbucket Pipelines environment variables as SECRETS_KEY.
1.3.3

7 months ago

1.3.2

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.1

7 months ago

1.2.0

7 months ago

1.1.10

7 months ago

1.0.0

7 months ago