.pre-commit-config.yaml 477 B

123456789101112131415
  1. ---
  2. repos:
  3. - repo: git://github.com/antonbabenko/pre-commit-terraform
  4. rev: v1.74.1
  5. hooks:
  6. - id: terraform_fmt
  7. - id: terraform_docs
  8. #- id: terraform_tfsec - Place holder until we are ready to implement fulltime
  9. #- id: terraform_checkov - Place holder until we are ready to implement fulltime
  10. - repo: https://github.com/pre-commit/pre-commit-hooks
  11. rev: v4.3.0
  12. hooks:
  13. - id: end-of-file-fixer
  14. - id: trailing-whitespace
  15. - id: no-commit-to-branch