Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading