Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
- terraform: 1.9.1
- tflint: 0.52.0
- tfsec: 1.28.10
  • Loading branch information
jindraj committed Jul 8, 2024
1 parent 1d8d98a commit 588f566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- "**"

env:
terraform_version: "1.9.0" # /~https://github.com/hashicorp/terraform/releases
tflint_version: "0.51.2" # /~https://github.com/terraform-linters/tflint/releases
tfsec_version: "1.28.9" # /~https://github.com/aquasecurity/tfsec/releases
terraform_version: "1.9.1" # /~https://github.com/hashicorp/terraform/releases
tflint_version: "0.52.0" # /~https://github.com/terraform-linters/tflint/releases
tfsec_version: "1.28.10" # /~https://github.com/aquasecurity/tfsec/releases
tf_summarize_version: "0.3.10" # /~https://github.com/dineshba/tf-summarize/releases
gitlab_terraform: "1.8.0" # https://gitlab.com/gitlab-org/terraform-images/-/tags

Expand Down

0 comments on commit 588f566

Please sign in to comment.