Skip to content

Commit 536c79d

Browse files
authored
Update .pre-commit-config.yaml
1 parent 10f7d79 commit 536c79d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ repos:
7272
- id: gitleaks
7373
args: ['--config=gitleaks-config.toml']
7474

75-
- repo: local
76-
hooks:
77-
- id: hadolint
78-
name: Lint Dockerfiles
79-
entry: bash -c 'if [ -z "$PRE_COMMIT_HOME" ]; then docker run --rm -i hadolint/hadolint hadolint -- -; else echo "Skipping Docker-based hadolint on pre-commit.ci"; exit 0; fi'
80-
language: system
81-
types: [dockerfile]
82-
pass_filenames: false
8375

8476

8577
ci:

0 commit comments

Comments
 (0)