common-fate/Validate Cedar Policies
A GitHub Action to validate Cedar policies against a Cedar schema.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schema-file | The path to the Cedar schema file to use for validation. If a glob is specified, the first file matching the glob will be used. | yes | **/*.cedarschema.json |
| policy-files | The Cedar policy files to validate. | yes | **/*.cedar |
| ignore-confusable-identifier-warning | Ignore the confusable identifier warning, to prevent "/" characters in entity IDs from triggering warnings. Defaults to true. When https://github.com/cedar-policy/cedar/issues/621 is resolved, the default will be updated to false. | yes | true |
| fail-on-warnings | Set the action status to fail if any warnings are present. | yes | true |
Outputs
no outputs