devlincashman / asdf-hadolint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-hadolint Build Lint

hadolint plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl: generic POSIX utilities.

Install

Plugin:

asdf plugin add hadolint
# or
asdf plugin add hadolint https://github.com/devlincashman/asdf-hadolint.git

hadolint:

# Show all installable versions
asdf list-all hadolint

# Install specific version
asdf install hadolint latest

# Set a version globally (on your ~/.tool-versions file)
asdf global hadolint latest

# Now hadolint commands are available
hadolint --help

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Testing Locally:

asdf plugin test hadolint https://github.com/devlincashman/asdf-hadolint.git "hadolint --version"

Tests are automatically run in GitHub Actions on push and PR.

Big thanks to all contributors!

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%