Skip to content

Commit e58bfb0

Browse files
authored
fix: update hadolint configuration to use new repository and version (#118)
1 parent defec23 commit e58bfb0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ repos:
77
- id: trailing-whitespace
88
- id: check-added-large-files
99
- id: detect-private-key
10-
- repo: https://github.com/hadolint/hadolint
11-
rev: v2.13.1-beta
10+
- repo: https://github.com/shenxianpeng/hadolint-pre-commit
11+
rev: v2.14.0.1
1212
hooks:
13-
- id: hadolint-docker
13+
- id: hadolint
1414
args:
1515
[
1616
--ignore,DL3006,

0 commit comments

Comments
 (0)