gtrevorrow/OCI Policy Validator
Validates OCI policy statements in Terraform configurations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to policy file or directory | no | . |
| extractor | Type of policy extractor to use (regex, json) | no | regex |
| extractorPattern | Custom pattern for the policy extractor | no | — |
| exitOnError | Exit with error code if any policy is invalid | no | true |
Outputs
| name | description |
|---|---|
| policy_expressions | List of validated policy expressions (Allow, Define, Endorse, Admit) found in policies |