Skip to content

Commit 7e7cba6

Browse files
committed
Update readme
1 parent ef105a9 commit 7e7cba6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Dockerfile lint pre-commit
22

3+
This project add hooks to run [hadolint](https://github.com/hadolint/hadolint) with the [pre-commit](https://pre-commit.com/) project.
4+
35
```bash
46
- repo: https://github.com/petalmd/dockerfile-pre-commit
5-
rev: '' # Use the revision sha / tag you want to point at
7+
rev: '' # Use the revision rev you want to point at
68
hooks:
79
- id: dockerlint
810
````

0 commit comments

Comments
 (0)