From ee4634e435e52d5cbe212ff8a1da1ad523a4eeda Mon Sep 17 00:00:00 2001 From: Daniel Vigueras Date: Tue, 20 Jan 2026 09:20:59 +0100 Subject: [PATCH] Add Dockadvisor (#1222) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41e4ee8..057f0b5 100644 --- a/README.md +++ b/README.md @@ -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]