From 9954e80abaefa3bba148743d36c147d49b8b4e7d Mon Sep 17 00:00:00 2001 From: Matt Burdan Date: Wed, 19 Dec 2018 08:59:46 -0800 Subject: [PATCH] Add new Action to run hadolint on a Dockerfile in a repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e735023..5abf6a9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - +- [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action) ### Tutorials