1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-26 02:10:49 +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:
Nick M 2021-01-07 11:09:48 -05:00 committed by GitHub
commit 23838191be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,3 +115,10 @@ repos:
rev: v2.0.0 rev: v2.0.0
hooks: hooks:
- id: docker-compose-check - 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