actions-marketplace-validations/Vireon Gatekeeper
Governance kernel with PR comments, contract diff, and schema-driven severity.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 24, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/doctorfixes_vireon-gatekeeper-action@7f717ff820d2be62e4cc08cae5a3aaad1d1eafb9 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| contract | Path to Gatekeeper contract JSON | yes | .gatekeeper/contract.json |
| schema | Path to Gatekeeper/schema.json | yes | .gatekeeper/schema.json |
| mode | observe | enforce | no | observe |
| github_token | GitHub token for posting PR comments | no | — |
Outputs
| name | description |
|---|---|
| should_block | true if the PR should be blocked |
| reason | Explanation for the decision |
| score | Drift/risk score between 0 and 1 |
| failure_type | policy_violation | config_error | engine_error | schema_error | contract_error | none |