actions-marketplace-validations/Hadolint Action

Action that runs Hadolint Dockerfile linting tool

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 22, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/hadolint_hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
dockerfileThe path to the Dockerfile to lintnoDockerfile
configPath to a config fileno
recursiveSearch for specified dockerfile recursively, from the project rootnofalse
output-fileThe path where to save the linting results tono/dev/stdout
no-colorDon't create colored output.nofalse
no-failNever exit with a failure status codenofalse
verbosePrint more information about the running confignofalse
formatThe output format, one of [tty (default) | json | checkstyle | codeclimate | gitlab_codeclimate | codacy | sarif] notty
failure-thresholdFail the pipeline only if rules with severity above this threshold are violated. One of [error | warning | info (default) | style | ignore] noinfo
override-errorA comma separated list of rules whose severity will be `error`no
override-warningA comma separated list of rules whose severity will be `warning`no
override-infoA comma separated list of rules whose severity will be `info`no
override-styleA comma separated list of rules whose severity will be `style`no
ignoreA comma separated string of rules to ignoreno
trusted-registriesA comma separated list of trusted registry urlsno

no outputs