homelab-nomad/.pre-commit-config.yaml

27 lines
757 B
YAML
Raw Normal View History

---
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
2022-11-02 19:32:27 +00:00
rev: v1.76.0
hooks:
- id: terraform_fmt
- id: terraform_validate
2022-11-02 19:32:27 +00:00
args:
- --tf-init-args=-lockfile=readonly
- id: terraform_tflint
args:
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
- id: terraform_tfsec
# - id: terraform_providers_lock
- repo: https://github.com/pre-commit/pre-commit-hooks
2022-11-02 19:32:27 +00:00
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/Yelp/detect-secrets
2022-11-02 19:32:27 +00:00
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets-baseline']