diff --git a/pipe.yml b/pipe.yml new file mode 100644 index 0000000..c4e08f8 --- /dev/null +++ b/pipe.yml @@ -0,0 +1,16 @@ +name: git-crypt-pipe +image: tomerh2001/git-crypt-pipe:latest +category: Security +description: Decrypts `git-crypt` encrypted repositories in Bitbucket Pipelines. +repository: https://github.com/tomerh2001/git-crypt-pipe +maintainer: + name: Tomer Horowitz + website: https://github.com/tomerh2001/git-crypt-pipe +tags: + - git-crypt + - security + - decryption + - bitbucket-pipeline +variables: + - name: SECRETS_KEY + default: $SECRETS_KEY \ No newline at end of file