appvia/terranetes-policy
The terranetes policy action is used as part of the workflows component (https://terranetes.appvia.io/terranetes-controller/category/workflows/) and used to verify a terraform module against organizational policy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 19, 2022
- License
- GPL 3.0
Pinned Snippet
uses: appvia/terranetes-policy-action@f62a43bf9454cbc26323c9c1f6548ed56069f82b # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| policy_url | URL for your organizational policy repository. This is the repository which contains the Checkov i.e. github.com/appvia/terranetes-policy@v0.1.0 | no | "" |
| policy_version | The branch or tag we should checkout in the policy repository | no | "" |
| policy_ssh_key | A deployment key used to clone the external policy repository. Review https://docs.github.com/en/developers/overview/managing-deploy-keys | no | "" |
| configuration | The path of the configuration file for checkov to use | no | "" |
| directory | Is the directory containing the terranetes code | yes | . |
| resource | Is the path of a terranetes Configuration resource to verify | no | "" |
Outputs
no outputs