We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0002414 commit e9046c3Copy full SHA for e9046c3
.pre-commit-config.yaml
@@ -76,9 +76,10 @@ repos:
76
hooks:
77
- id: hadolint
78
name: Lint Dockerfiles
79
- entry: bash -c "docker run --rm -i hadolint/hadolint < /dev/stdin"
+ entry: bash -c 'if [ -z "$CI" ]; then docker run --rm -i hadolint/hadolint hadolint -- -; fi'
80
language: system
81
types: [dockerfile]
82
+ pass_filenames: false
83
84
ci:
85
autoupdate_schedule: weekly
0 commit comments