/
Hadolint
Hadolint
Hadolint is a static code analysis tool for Dockerfile’s. It supports the report format checkstyle
which is supported by Code Review Assistant out of the box.
Shell command
#!/bin/bash
for file in $(find . -name "Dockerfile" -type f); do hadolint --no-fail --format=checkstyle $file; done;
Example for Bamboo
, multiple selections available,
Related content
ShellCheck
ShellCheck
More like this
Stylelint
Stylelint
More like this
PHP CodeSniffer
PHP CodeSniffer
More like this
clang-tidy
clang-tidy
More like this
Checkstyle Analysis Results
Checkstyle Analysis Results
More like this
Show Code Analysis in PR
Show Code Analysis in PR
More like this