Skip to content

giammbo/cfn-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfn-lint Docker image

Validate AWS CloudFormation YAML/JSON templates against the AWS CloudFormation Resource Specification and additional checks. Includes checking valid values for resource properties and best practices.

This image wraps cfn-lint and is rebuilt automatically on every upstream stable release.

Available tags

Tags are published continuously to:

For each upstream cfn-lint release X.Y.Z three variants are produced:

  • X.Y.Z (default, alpine-based) — also tagged latest for the most recent release
  • X.Y.Z-bullseye
  • X.Y.Z-slim

Usage

docker run --rm -v "$(pwd):/data" giammbo/cfn-lint /data/template.yaml

About

Cloudformation Linter with Docker

Resources

Stars

Watchers

Forks

Contributors