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
- Host: GitHub
- URL: https://github.com/minchao/cfn-nag-action
- Owner: minchao
- Created: 2019-11-29T06:32:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T15:57:56.000Z (almost 6 years ago)
- Last Synced: 2025-05-21T19:53:32.566Z (5 months ago)
- Topics: cfn-nag, cloudformation, github-actions
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```