mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-25 18:00:48 +00:00
Merge pull request #64 from cisagov/improvement/add_pre-commit-packer
Add the pre-commit-packer Repo and Hooks to the pre-commit Configuration
This commit is contained in:
commit
23838191be
1 changed files with 7 additions and 0 deletions
|
@ -115,3 +115,10 @@ repos:
|
|||
rev: v2.0.0
|
||||
hooks:
|
||||
- id: docker-compose-check
|
||||
|
||||
# Packer hooks
|
||||
- repo: https://github.com/cisagov/pre-commit-packer
|
||||
rev: v0.0.2
|
||||
hooks:
|
||||
- id: packer_validate
|
||||
- id: packer_fmt
|
||||
|
|
Loading…
Reference in a new issue