You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A smarter Dockerfile linter that helps you build best practice Docker images. The linter is parsing the Dockerfile into an AST and performs rules on top of the AST. It is standing on the shoulders of ShellCheck to lint the Bash code inside RUN instructions.
This should make a good addition to the plugin. Thoughts?
The text was updated successfully, but these errors were encountered:
https://github.com/hadolint/hadolint
This should make a good addition to the plugin. Thoughts?
The text was updated successfully, but these errors were encountered: