aws-cloudformation/CloudFormation Guard GitHub Action
Validate templates using CloudFormation Guard
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| rules | Guard rules path relative to the root of the repository. | yes | . |
| data | Template data path relative to the root of the repository. | yes | . |
| token | GitHub token for API calls. | no | ${{ github.token }} |
| checkout | Checkout the repository if not using a composite action where cfn-guard follows actions/checkout. | no | true |
| analyze | Upload the SARIF report to GitHubs code scanning dashboard. | no | false |
| create-review | Create a pull request review with comments during pull request checks. | no | true |
| debug | Turn on logs for debugging | no | false |
| path | Path if not using checkout and repo is cloned to a subdirectory | no | "" |
Outputs
| name | description |
|---|---|
| report | Stringified report from cfn-guard |