From 7a57ff47a03f87c7ea82265d96423a4182fde35f Mon Sep 17 00:00:00 2001 From: minchao Date: Fri, 29 Nov 2019 23:37:26 +0800 Subject: [PATCH] Update README.md --- .gitignore | 1 + README.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..9f11b75 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/README.md b/README.md index 80a475c..a5d37e9 100644 --- a/README.md +++ b/README.md @@ -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' +```