reviewdog/Run hadolint with reviewdog

🐶 Run hadolint with reviewdog on pull requests to lint Dockerfile and validate inline bash.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGITHUB_TOKEN${{ github.token }}
hadolint_flagsHadolint flags. (hadolint <hadolint_flags>)""
hadolint_ignoreList of ignored rules. (hadolint --ignore RULE1 --ignore RULE2)""
tool_nameTool name to use for reviewdog reporterhadolint
excludeList of files and folders to exclude""
includeList of files and folders to include*Dockerfile*
levelReport level for reviewdog [info,warning,error]error
reporterReporter of reviewdog command [github-pr-check,github-pr-review]. Default is github-pr-check. github-pr-check
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. added
fail_levelIf set to `none`, always use exit code 0 for reviewdog. Otherwise, exit code 1 for reviewdog if it finds at least 1 issue with severity greater than or equal to the given level. Possible values: [none,any,info,warning,error] Default is `none`. none
fail_on_errorDeprecated, use `fail_level` instead. Exit code for reviewdog when errors are found [true,false] Default is `false`. false
reviewdog_flagsAdditional reviewdog flags""

no outputs