Merge pull request #10565 from rifelpet/cfn-lint-0-44-3

Upgrade cfn-lint to 0.44.3
This commit is contained in:
Kubernetes Prow Robot 2021-01-12 21:54:35 -08:00 committed by GitHub
commit 828c0f9b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
ignore_checks:
- W3010 # Don't hardcode AZs
- E2510 # us-test-1a is not a valid AZ
- E3030 # us-test-1a is not a valid AZ

View File

@ -1,4 +1,4 @@
FROM python:3.8-alpine
FROM python:3.9-alpine
ARG CFNLINT_VERSION
RUN pip install "cfn-lint==${CFNLINT_VERSION}" pydot
ENTRYPOINT ["cfn-lint"]

View File

@ -20,7 +20,7 @@ set -o pipefail
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
TAG=v0.39.0
TAG=v0.44.3
IMAGE="cfn-python-lint:${TAG}"
# There is no official docker image so build it locally