Skip to content

Commit

Permalink
Merge pull request #489 from cisagov/improvement/enable_docker_pre-co…
Browse files Browse the repository at this point in the history
…mmit_hook

Enable the `docker-pre-commit` hook
  • Loading branch information
mcdonnnj authored Jul 22, 2022
2 parents c911dd2 + 8deced6 commit b85eccb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ repos:
- id: terraform_validate

# Docker hooks
# - repo: https://github.com/IamTheFij/docker-pre-commit
# rev: v2.1.0
# hooks:
# - id: docker-compose-check
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v2.1.0
hooks:
- id: docker-compose-check

# Packer hooks
- repo: https://github.com/cisagov/pre-commit-packer
Expand Down

0 comments on commit b85eccb

Please sign in to comment.