common-fate/Validate Cedar Policies

A GitHub Action to validate Cedar policies against a Cedar schema.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
schema-fileThe 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-filesThe Cedar policy files to validate.yes**/*.cedar
ignore-confusable-identifier-warningIgnore 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.yestrue
fail-on-warningsSet the action status to fail if any warnings are present.yestrue

no outputs