https://github.com/stelligent/mu-cfn_nag
mu extension for adding cfn_nag to your pipeline
https://github.com/stelligent/mu-cfn_nag
Last synced: 4 months ago
JSON representation
mu extension for adding cfn_nag to your pipeline
- Host: GitHub
- URL: https://github.com/stelligent/mu-cfn_nag
- Owner: stelligent
- License: mit
- Created: 2017-11-12T08:02:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T20:03:49.000Z (over 6 years ago)
- Last Synced: 2026-02-02T08:14:28.982Z (4 months ago)
- Size: 189 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Overview
Extension for [mu](https://github.com/stelligent/mu) to add [cfn_nag](https://github.com/stelligent/cfn_nag) to your continuous delivery pipeline.
To use, add the following to your `mu.yml`:
```
extensions:
- url: https://github.com/stelligent/mu-cfn_nag/archive/v0.3.zip
```
For more details about how to extensions in mu, check out the [wiki](https://github.com/stelligent/mu/wiki/Custom-CloudFormation#extensions) or the [blog post](https://stelligent.com/2018/03/23/validating-aws-cloudformation-templates-with-cfn_nag-and-mu/) introducing the extension.