crabsatellite/Dockerfile Doctor

Lint, score, and safely auto-fix Dockerfiles for best practices, security, and performance.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsDockerfile paths or directories to scan (space-separated)no.
severityMinimum severity to report: info, warning, errornoinfo
ignoreComma-separated rule IDs to ignore (e.g. DD001,DD012)no""
formatOutput format: text, json, sarifnotext
fixAuto-fix safe mechanical issues (true/false)nofalse
diffOnly lint changed lines (true/false). Uses PR base as reference.nofalse
scoreShow Dockerfile quality score (true/false)nofalse
configPath to .dockerfile-doctor.yaml config fileno""
sarif-fileWrite SARIF output to this file for GitHub Code Scanningno""
fail-on-errorFail the action if errors are found (true/false)notrue
namedescription
exit-codeExit code from dockerfile-doctor (0=clean, 1=errors found)
issues-countTotal number of issues found
gradeDockerfile quality grade (A-F), when score is enabled