asdf-community / asdf-hashicorp

HashiCorp plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
240 stars 54 forks source link

Add option to skip verification or skip when gpg is not available #25

Closed DustinChaloupka closed 3 years ago

DustinChaloupka commented 3 years ago

Let verifying signatures and checksums be the default only when gpg is available. This also allows users to opt out of verification for older versions that might not be using the same gpg key.

smorimoto commented 3 years ago

This tentatively fixes #26.