mirror of https://github.com/kubernetes/kops.git
Merge pull request #10565 from rifelpet/cfn-lint-0-44-3
Upgrade cfn-lint to 0.44.3
This commit is contained in:
commit
828c0f9b04
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue