droast — Dockerfile linter
Version updated for https://github.com/immanuwell/dockerfile-roast to version 1.4.4.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Summary of the droast GitHub Action
The droast GitHub Action is a lint tool that checks Dockerfiles for best practices and potential issues, providing real-time feedback to developers during development. It can catch malformed syntax and catches bad practices in the Dockerfile, offering clear messages about these problems. The action works by analyzing the Dockerfile using a parser that understands various aspects of Dockerfiles, including heredocs, shell forms, Windows paths, and PowerShell.
What’s Changed
- chore: release version 1.4.4 (9d855d8)
- Merge pull request #15 from UnknownPlatypus/pre-commit-hook (7e0b3f2)
- fix: correct pre-commit release guidance (90e2f93)
- docs: add CI platform integration examples (25cc7ba)
- fix: repair container and Wasmer release builds (e28aed6)
- chore: release version 1.4.3 (ff50a1f)
- test: track ignored repository discovery fixture (606e5de)
- feat: add Wasmer package distribution (826844b)
- ci: expose policy controls and generated rule metadata (5ff72dc)
- docs: document team policy configuration (68e3918)