diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 003da74..aedd356 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.88.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases + rev: v1.88.4 # 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: '3.2.28' + rev: '3.2.50' hooks: - id: checkov verbose: true