https://github.com/andrejmaya/aws-cfn-toolbox
https://github.com/andrejmaya/aws-cfn-toolbox
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrejmaya/aws-cfn-toolbox
- Owner: andrejmaya
- Created: 2020-10-18T14:39:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T15:16:29.000Z (over 5 years ago)
- Last Synced: 2025-03-02T05:27:46.367Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`