diff --git a/.mise.toml b/.mise.toml index d7ea04c97..fc8fe4749 100644 --- a/.mise.toml +++ b/.mise.toml @@ -5,7 +5,7 @@ _.path = "support/forms-cli/bin" "go:github.com/hashicorp/terraform-config-inspect" = "latest" hcl2json = "0.6.8" tflint = "0.59.1" -checkov = "3.2.470" +checkov = "3.2.500" tfupdate = "latest" [settings] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c42c0e653..871c1b5bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: entry: ./pre-commit-checkov.sh language: python additional_dependencies: - - checkov==3.2.470 + - checkov==3.2.500 require_serial: true types_or: - hcl