hpdobrica / asdf-terrascan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-terrascan Build Lint

terrascan plugin for the asdf version manager.

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

About

License:Apache License 2.0


Languages

Language:Shell 100.0%