Awesome
<div align="center">asdf-terrascan
terrascan plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,tar
: generic POSIX utilities.
Install
Plugin:
asdf plugin add terrascan
# or
asdf plugin add terrascan https://github.com/hpdobrica/asdf-terrascan.git
terrascan:
# Show all installable versions
asdf list-all terrascan
# Install specific version
asdf install terrascan latest
# Set a version globally (on your ~/.tool-versions file)
asdf global terrascan latest
# Now terrascan commands are available
terrascan version
When installing, you can specify an override for architecture via the ASDF_TERRASCAN_OVERWRITE_ARCH environment variable. For example, if you are running on an ARM64 system, you can set ASDF_TERRASCAN_OVERWRITE_ARCH to amd64 to install the amd64 version of terrascan.
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Dobrica Savic