Skip to content

Commit

Permalink
Commit2
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 22, 2025
1 parent 0002414 commit e9046c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ repos:
hooks:
- id: hadolint
name: Lint Dockerfiles
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'
language: system
types: [dockerfile]
pass_filenames: false

ci:
autoupdate_schedule: weekly
Expand Down

0 comments on commit e9046c3

Please sign in to comment.