From e3c66de54b7d3f65721df2376218a712665a41b3 Mon Sep 17 00:00:00 2001 From: Robin Breathe Date: Thu, 19 Dec 2024 13:39:26 +0100 Subject: [PATCH] chore(homebrew): remove hard-dependency on vault --- .goreleaser.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4190b91..24a0e50 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -45,8 +45,13 @@ brews: directory: Formula description: Automatically use HashiCorp Vault SSH Client Key Signing with ssh(1) homepage: https://just.breathe.io/project/vault-ssh-plus/ + caveats: | + vssh requires the vault binary to be in your PATH. + You can install it with: + brew install hashicorp/tap/vault dependencies: - - name: vault + - name: hashicorp/tap/vault + type: optional test: | system "#{bin}/vssh --version" install: |