Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao committed Nov 29, 2019
1 parent 0c3bddd commit 7a57ff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 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'
```

0 comments on commit 7a57ff4

Please sign in to comment.