https://github.com/stelligent/cfn_nag_custom_rules_example
Wrapper to show how to define custom rules with cfn_nag
https://github.com/stelligent/cfn_nag_custom_rules_example
Last synced: 8 months ago
JSON representation
Wrapper to show how to define custom rules with cfn_nag
- Host: GitHub
- URL: https://github.com/stelligent/cfn_nag_custom_rules_example
- Owner: stelligent
- License: mit
- Created: 2019-04-19T17:59:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T16:36:57.000Z (over 6 years ago)
- Last Synced: 2025-05-14T19:17:31.051Z (about 1 year ago)
- Language: Ruby
- Size: 220 KB
- Stars: 1
- Watchers: 53
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is an example of how to wrap cfn_nag with custom rules.
### Usage
```
gem build cfn-nag-custom-rules-example.gemspec
gem install cfn-nag-custom-rules-example-0.0.1.gem
cfn_nag_custom buckets_with_insecure_acl.json
```