/docker-cfnlint

Validate your CloudFormation templates

Primary LanguageDockerfile

Python3 cfnlint container

Tests status

Build Status

Synopsis

Validate your CloudFormation templates.

Pull image

In order to pull the image, run:

docker pull almerhor/cfnlint

Build

In order to build the image by your own, run:

docker build -t cfnlint .

Run container

In order to run the container and check the code, execute:

docker run --rm -v $(pwd)/directory:/lintfiles cfnlint \
	files_to_lint

Where $(pwd)/directory is a place with CloudFormation files to lint.