From 9bc37eb2b24848b56925ecf30be4b24144ea3ec2 Mon Sep 17 00:00:00 2001 From: czulak Date: Wed, 1 Apr 2020 10:11:22 +0200 Subject: [PATCH] add Dockerfile Linter action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61242c2..71d3afd 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Examples by: - [FROM:latest](https://github.com/replicatedhq/dockerfilelint) - An opinionated Dockerfile linter by [@replicatedhq](https://github.com/replicatedhq) - [Hadolint](https://github.com/hadolint/hadolint) - A Dockerfile linter that checks for best practices, common mistakes, and is also able to lint any bash written in `RUN` instructions; by [@lukasmartinelli](https://github.com/lukasmartinelli) - [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies by [@jeromepin](https://github.com/jeromepin) +- [Dockerfile Linter action] - The linter lets you verify Dockerfile syntax to make sure it follows the best practices for building efficient Docker images. ### Metadata