From 08d265c9946e00a3152fd20ce6870875b39884ea Mon Sep 17 00:00:00 2001 From: Tomer Horowitz Date: Sat, 30 Sep 2023 21:48:52 +0300 Subject: [PATCH] feat: :page_facing_up: added pipe.yml --- pipe.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pipe.yml 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