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

https://github.com/minchao/cfn-nag-action


https://github.com/minchao/cfn-nag-action

cfn-nag cloudformation github-actions

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# GitHub Action for CFN_NAG

This Action for [cfn-nag](https://github.com/stelligent/cfn_nag).

## Example usage

```yaml
- uses: minchao/cfn-nag-action@master
with:
args: '--input-path template.yaml'
```