Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 488 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 488 Bytes

hadolint-reviewdog

hadolint with Review Dog inside. For use with CI templates.

Based on hadolint/hadolint image.

Versions

hadolint v1.17.5-alpine
reviewdog v0.9.17

To override these default versions:

docker build -t linuxbandit/hadolint-reviewdog --build-arg HADOLINT_VERSION=v9000 --build-arg REVIEWDOG_VERSION=v1000 .