- ---
- repos:
- - repo: git://github.com/antonbabenko/pre-commit-terraform
- rev: v1.74.1
- hooks:
- - id: terraform_fmt
- - id: terraform_docs
- #- id: terraform_tfsec - Place holder until we are ready to implement fulltime
- #- id: terraform_checkov - Place holder until we are ready to implement fulltime
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
- hooks:
- - id: end-of-file-fixer
- - id: trailing-whitespace
- - id: no-commit-to-branch
|