File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/output-validation-test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ PLATFORM=$OS-$ARCH
1010SUPPORTED_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
1515tar -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
1818function fail(){
1919 echo " ❌ Failed Test"
You can’t perform that action at this time.
0 commit comments