From 7e7cba602e117ef854c778d61423f68a8517b038 Mon Sep 17 00:00:00 2001 From: Mathieu Cantin Date: Thu, 14 Mar 2019 16:07:46 -0400 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e91530e..b3320d0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Dockerfile lint pre-commit +This project add hooks to run [hadolint](https://github.com/hadolint/hadolint) with the [pre-commit](https://pre-commit.com/) project. + ```bash - repo: https://github.com/petalmd/dockerfile-pre-commit - rev: '' # Use the revision sha / tag you want to point at + rev: '' # Use the revision rev you want to point at hooks: - id: dockerlint ````