From 7b83c76017de588b02cb1a48a2eb8fc45c74b681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Voto=C4=8Dek?= Date: Tue, 15 Oct 2024 17:18:23 +0200 Subject: [PATCH] chore(deps): update tf summarize to 0.3.11 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 14a565f..2a90bfa 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -10,7 +10,7 @@ env: terraform_version: "1.9.7" # https://github.com/hashicorp/terraform/releases tflint_version: "0.53.0" # https://github.com/terraform-linters/tflint/releases tfsec_version: "1.28.11" # https://github.com/aquasecurity/tfsec/releases - tf_summarize_version: "0.3.10" # https://github.com/dineshba/tf-summarize/releases + tf_summarize_version: "0.3.11" # https://github.com/dineshba/tf-summarize/releases gitlab_terraform: "1.8.0" # https://gitlab.com/gitlab-org/terraform-images/-/tags jobs: