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

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

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
```