Add Dockadvisor (#1222)
Some checks failed
Deploy to GitHub Pages / build (push) Failing after 3s
Deploy to GitHub Pages / deploy (push) Has been skipped
Pull Requests / Weekly QA / test (push) Failing after 3s
Broken Links Report / check-links (push) Failing after 2s
Weekly Health Report / health-check (push) Failing after 3s

This commit is contained in:
Daniel Vigueras
2026-01-20 09:20:59 +01:00
committed by GitHub
parent ecf0a3a94f
commit ee4634e435

View File

@@ -548,6 +548,7 @@ Examples by:
### Linter
- [Dockadvisor](https://github.com/deckrun/dockadvisor) - Lightweight Dockerfile linter with 60+ rules, quality scoring, and security checks by [@deckrun](https://github.com/deckrun)
- [docker-image-size-limit](https://github.com/wemake-services/docker-image-size-limit) - A tool to keep an eye on your docker images size.
- [Dockerfile Linter action](https://github.com/buddy-works/dockerfile-linter) - The linter lets you verify Dockerfile syntax to make sure it follows the best practices for building efficient Docker images.
- [dockfmt](https://github.com/jessfraz/dockfmt) :construction: - Dockerfile formatter and parser by [@jessfraz][jessfraz]