finchd / docker-cfn-lint

Run https://github.com/martysweet/cfn-lint in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-cfn-lint

Run https://github.com/martysweet/cfn-lint in Docker

Instructions

docker run --rm -it -v "$(pwd):/srv/app:Z" aarongorka/cfn-lint:1.3.4 validate foobar/template.yml

or as an alias:

alias cfn-lint='docker run --rm -it -v $(pwd):/srv/app:Z aarongorka/cfn-lint:1.3.4'

then you can execute cfn-lint vaildate foobar/template.yml

About

Run https://github.com/martysweet/cfn-lint in Docker

License:GNU General Public License v3.0


Languages

Language:Makefile 100.0%