From b30890ffdc9cf9b36d02c3c08ababadbca2a5c01 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Thu, 29 Jul 2021 05:40:05 +0300 Subject: [PATCH] Update cfn-lint to v1.52.0 --- hack/verify-cloudformation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-cloudformation.sh b/hack/verify-cloudformation.sh index 3139a88315..b4e2fea769 100755 --- a/hack/verify-cloudformation.sh +++ b/hack/verify-cloudformation.sh @@ -20,7 +20,7 @@ set -o pipefail . "$(dirname "${BASH_SOURCE[0]}")/common.sh" -TAG=v0.48.3 +TAG=v0.52.0 IMAGE="cfn-python-lint:${TAG}" # There is no official docker image so build it locally