pre-commit-terraform
pre-commit-terraform copied to clipboard
pre-commit git hooks to take care of Terraform configurations πΊπ¦
Put an `x` into the box if that apply: - [ ] This PR introduces breaking change. - [x] This PR fixes a bug. - [ ] This PR adds...
### Describe the bug Using the latest version of the hook (v1.92.2), pre-commit is always in "PASSED" state even if we change variables, outputs or versions constrains. ### How can...
The version description says that terraform-doc versions less than v0.12 are no longer supported. However, I have terraform-docs v0.19 in $PATH and README.md is not generated. If I revert pre-commit-terraform...
### What problem are you facing? If you use the integrated[ pre-commit GitHub application](https://github.com/marketplace/pre-commit-ci), the fact that the docker images do not automatically download, install, or have the dependencies pre-defined...
### What problem are you facing? Adoption in a new organization ### How could pre-commit-terraform help solve your problem? Renovatebot includes an openssf score on every PR update for this...
That PR integrate one more static analysis tool, as CodeQL is good, but it not cover all cases Here is an article about zizmor value - https://blog.yossarian.net/2024/12/06/zizmor-ultralytics-injection zizmor repo -...
### Describe the bug Describe the bug We configured our precommit setting with pre-commit-terraform and the terraform_trivy hook is raising an issue with a k8s yaml The same yaml, in...
Blocked as there Upstream FR / bug: https://github.com/hashicorp/terraform/issues/36564 --- Put an `x` into the box if that apply: - [ ] This PR introduces breaking change. - [ ] This...
Would be nice to have docs maturity as in this wonderful project: https://github.com/SFTtech/openage?tab=readme-ov-file#contributing https://github.com/SFTtech/openage/blob/master/doc/project_structure.md You can also quickly check [this video](https://youtu.be/b55W87UUHr8?si=bHhRyQSAT7JqrZys) (first 19mins) about openage for understand why it's important....
About hook examples and how to test hooks. I don't think that unit tests (hello python) or fuzzing tests (hello OSSF, and maybe, python too) will help with that much....