Shell lint with Review Dog inside. For use with CI templates.
Based on koalaman/shellcheck-alpine
image.
shellcheck | v0.7.1 |
reviewdog | v0.9.17 |
To override these default versions:
docker build -t linuxbandit/shellcheck-reviewdog --build-arg SHELLCHECK_VERSION=v9000 --build-arg REVIEWDOG_VERSION=v1000 .