diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3db569..b2cd367 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,14 +15,14 @@ repos: - id: check-added-large-files - id: double-quote-string-fixer - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.96.2 + rev: v1.99.0 hooks: - id: terraform_fmt args: - --args=-recursive - --args=-write=true - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.25 + rev: v0.1.29 hooks: - id: terraform-validate # - id: tflint @@ -33,7 +33,7 @@ repos: - id: go-imports - id: no-go-testing - repo: https://github.com/bridgecrewio/checkov.git - rev: 3.2.344 + rev: 3.2.433 hooks: - id: checkov # - id: checkov_diff