An open API service indexing awesome lists of open source software.

https://github.com/andrejmaya/aws-cfn-toolbox


https://github.com/andrejmaya/aws-cfn-toolbox

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# AWS CFN Toolbox library
Use this [Dockerfile](./Dockerfile) for simple linting and vulnerability scans of AWS CloudFormation Templates.

## Run CFN-Lint
`docker run -it --rm -v $PWD:/ andrejmaya/cfn-toolbox cfn-lint /yourTemplate.yml`

## Run CFN-Nag
`docker run -it --rm -v $PWD:/ andrejmaya/cfn-toolbox cfn_nag /yourTemplate.yml`