Add hadolint binary install

This commit is contained in:
ViViDboarder 2022-01-21 09:21:17 -08:00
parent edc6cc173e
commit 139a779ba0
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ function install_linters() {
# Lua
maybe_run luarocks --local install luacheck
# Docker
maybe_run release-gitter --git-url "https://github.com/hadolint/hadolint" \
-c "mv ~/bin/hadolint-* ~/bin/hadolint && chmod +x ~/bin/hadolint" \
"hadolint-{system}-x86_64" ~/bin
echo ""
}