Skip to content

Commit

Permalink
chore(homebrew): remove hard-dependency on vault
Browse files Browse the repository at this point in the history
  • Loading branch information
isometry committed Dec 19, 2024
1 parent 73ff5f8 commit e3c66de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e3c66de

Please sign in to comment.