jbergstroem/Hadolint Github Action

A stable, well-tested, highly configurable way of checking your Dockerfile(s) with Hadolint

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dockerfilePath to Dockerfile(s). Accepts shell expansions (`**/Dockerfile`)yes./Dockerfile
config_filePath to optional config (hadolint defaults to read `./hadolint.yml` if it exists)no
error_levelFail CI based on hadolint output (`-1` never, `0` error, `1` warning, `2` info/style)no0
annotateAnnotate code inline in the github PR viewer (`true`/`false`)yestrue
output_formatOutput format (choose between `checkstyle`, `codeclimate`, `gitlab_codeclimate`, `json` or `tty`)no
hadolint_pathAbsolute path to hadolint binary. Left unset means it can be found in `$PATH`no
versionUse a specific version of Hadolintyes2.14.0
advanced_securityRun hadolint with SARIF output and upload to GitHub Advanced Security (`true`/`false`)nofalse
namedescription
hadolint_outputOptional output from Hadolint, controlled with `output_format`
hadolint_versionHadolint version in use
hadolint_gh_action_versionhadolint-gh-action version in use