From 68d59a96d13f9298302ac06ddcbd03e0a466cd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:00:30 +0100 Subject: [PATCH] Bump terraform-linters/tflint from 0.48.0 to v0.49.0 (#3095) Bumps [terraform-linters/tflint](https://github.com/terraform-linters/tflint) from 0.48.0 to v0.49.0. - [Release notes](https://github.com/terraform-linters/tflint/releases) - [Changelog](https://github.com/terraform-linters/tflint/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-linters/tflint/compare/v0.48.0...v0.49.0) --- updated-dependencies: - dependency-name: terraform-linters/tflint dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Vuillamy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a61f400e31a..5e299307817 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ FROM checkmarx/kics:alpine as kics FROM trufflesecurity/trufflehog:latest as trufflehog FROM jdkato/vale:latest as vale FROM lycheeverse/lychee:latest-alpine as lychee -FROM ghcr.io/terraform-linters/tflint:v0.48.0 as tflint +FROM ghcr.io/terraform-linters/tflint:v0.49.0 as tflint FROM tenable/terrascan:1.18.3 as terrascan FROM alpine/terragrunt:latest as terragrunt # Next FROM line commented because already managed by another linter