https://github.com/iann0036/cfn-guard-rules
A collection of CloudFormation Guard 2.0 rules
https://github.com/iann0036/cfn-guard-rules
cfn-guard cloudformation iac
Last synced: 5 months ago
JSON representation
A collection of CloudFormation Guard 2.0 rules
- Host: GitHub
- URL: https://github.com/iann0036/cfn-guard-rules
- Owner: iann0036
- License: mit
- Created: 2021-05-20T10:38:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T06:26:49.000Z (about 4 years ago)
- Last Synced: 2025-03-31T10:11:09.418Z (7 months ago)
- Topics: cfn-guard, cloudformation, iac
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudFormation Guard Rules
> A collection of CloudFormation Guard 2.0 rules
## Usage
To use the rules against your CloudFormation template:
```
cfn-guard validate -r rules/ -s -d mytemplate.yaml
```## Testing
To run the unit tests:
```
find rules -name "*.guard" -print0 | xargs -0 -n1 cfn-guard test -t tests/ -r
```