Sign inSign up

tausolutionsmx/cfn-lint

By tausolutionsmx

•Updated 20 days ago

cfn-lint in a container — validate AWS CloudFormation templates against the resource spec.

Image
Security
Integration & delivery
Developer tools
0

240

tausolutionsmx/cfn-lint repository overview

⁠cfn-lint

Containerized cfn-lint⁠ — validates AWS CloudFormation templates against the AWS resource specification, catching invalid resource properties, bad intrinsic function usage (Ref, Fn::GetAtt, Fn::Sub, Fn::Join), malformed YAML/JSON, and region-specific availability issues before you deploy.

Packaged as an image so local runs and CI use the identical linter version — no Python toolchain or virtualenv needed on the host.

⁠Usage

Lint a single template:

docker run --rm -v "$PWD":/work -w /work <your-namespace>/cfn-lint:latest template.yaml

Tag summary

Content type

Image

Digest

sha256:c28d49564…

Size

53.2 MB

Last updated

20 days ago

docker pull tausolutionsmx/cfn-lint