Skip to content

Commit d306512

Browse files
authored
fix cfn lint (#93)
1 parent e2b8d8c commit d306512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/output-validation-test/test-output-validation

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ PLATFORM=$OS-$ARCH
1010
SUPPORTED_PLATFORMS="$OS/$ARCH" make -f $SCRIPTPATH/../../Makefile build-binaries
1111

1212
## CFN Validation
13-
CFN_LINT_VERSION="v0.30.1"
14-
curl -Lo $BUILD_DIR/cfn-lint https://github.com/aws-cloudformation/cfn-python-lint/archive/$CFN_LINT_VERSION.tar.gz
13+
CFN_LINT_VERSION="v0.53.0"
14+
curl -Lo $BUILD_DIR/cfn-lint https://github.com/aws-cloudformation/cfn-lint/archive/$CFN_LINT_VERSION.tar.gz
1515
tar -xf $BUILD_DIR/cfn-lint -C $BUILD_DIR
16-
docker build -t cfn-lint $BUILD_DIR/cfn-python-lint-$(echo $CFN_LINT_VERSION | sed 's/v//g')/
16+
docker build -t cfn-lint $BUILD_DIR/cfn-lint-$(echo $CFN_LINT_VERSION | sed 's/v//g')/
1717

1818
function fail(){
1919
echo "❌ Failed Test"

0 commit comments

Comments
 (0)