diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5bd1a62d..fc0ce2ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.68.1 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases + rev: v1.83.6 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases hooks: - id: terraform_fmt - id: terraform_docs @@ -20,7 +20,7 @@ repos: --args=--only=terraform_workspace_remote, ] - repo: https://github.com/bridgecrewio/checkov.git - rev: '2.3.310' + rev: '3.1.33' hooks: - id: checkov verbose: true