subhamay-bhattacharyya-trash/Scan and Validate
Scan and Validate IAC Template
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-role-arn | Arn of the role to be assumed. (e.g., arn:aws:iam::111122223333:role/github-oidc-role) | yes | arn:aws:iam::111122223333:role/github-oidc-role |
| aws-region | AWS region where the services will be deployed (e.g., us-east-1) | yes | us-east-1 |
| template-dir | The directory path of the IAC file. | yes | cfn |
| template-file | The IAC template file name. | yes | root-stack-template.yaml |
| iac-framework | IAC Framework - Accepted values: cloudformation, terraform, kubernetes, all | yes | cloudformation |
| soft-fail | If true, Checkov scan will not fail the pipeline | yes | true |
| github-token | GitHub token | yes | — |
Outputs
| name | description |
|---|---|
| valid-template | Specifies if the template is valid |
| validation-error | Validation Error |