pre commit terraform:预提交git钩子以照顾Terraform配置 源码
用于Terraform的git钩子集合,可与 如何安装 1.安装依赖项 terraform_docs挂钩所需的 。 如果在Terraform 0.12中使用早于0.8.0的terraform-docs则需要GNU awk 。 terraform_tflint挂钩需要 。 terraform_tfsec挂钩需要 。 macOS上terraform_validate挂钩所需的 (由于使用realpath )。 需要checkov钩。 苹果系统 brew tap liamg/tfsec brew install pre-commit gawk terraform-docs tflint t
用户评论