Skip to content

Commit d78607b

Browse files
authored
fix: pin cfn-lint to bypass issue in latest (#3063)
1 parent 0101320 commit d78607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run_cfn_lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VENV=.venv_cfn_lint
77
# See https://github.com/aws/serverless-application-model/issues/1042
88
if [ ! -d "${VENV}" ]; then
99
python3 -m venv "${VENV}"
10-
"${VENV}/bin/python" -m pip install cfn-lint --quiet
10+
"${VENV}/bin/python" -m pip install cfn-lint==0.75.0 --quiet
1111
fi
1212

1313
"${VENV}/bin/cfn-lint" --format parseable

0 commit comments

Comments
 (0)