Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 501 Bytes

shellcheck-reviewdog

Shell lint with Review Dog inside. For use with CI templates.

Based on koalaman/shellcheck-alpine image.

Versions

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 .