We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58246bf commit b8f57acCopy full SHA for b8f57ac
bin/run_cfn_lint.sh
@@ -7,7 +7,7 @@ VENV=.venv_cfn_lint
7
# See https://github.com/aws/serverless-application-model/issues/1042
8
if [ ! -d "${VENV}" ]; then
9
python3 -m venv "${VENV}"
10
- "${VENV}/bin/python" -m pip install cfn-lint==0.75.0 --quiet
11
fi
12
+"${VENV}/bin/python" -m pip install cfn-lint==0.75.0 --upgrade --quiet
13
"${VENV}/bin/cfn-lint" --format parseable
0 commit comments