Pass/fail verdict for a CI pipeline
ci_gateUse this in CI or a deployment pipeline when a build should be blocked or allowed based on the site's accessibility: it turns the last recorded scan into a single passed true/false verdict against your thresholds. Criteria: minScore (1-100), maxCritical, maxSerious — any combination; with none given it defaults to minScore 80 and says so in the response. A failing verdict comes back as a normal result, not an error: read passed, do not retry. A website with no scan on record FAILS the gate — unmeasured must not pass CI — and so does one whose last scan attempt did not finish. The verdict names how many pages the judged scan covered; a pass over 1 page certifies that page, not the site. Judges the record only: no page is loaded, nothing is scanned by calling it. ENTERPRISE plan. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website | Yes | The website domain as registered in Inclusify, e.g. "example.com". | |
| minScore | No | Fail if the last recorded score is below this. Default 80 when no other criterion is given. | |
| maxSerious | No | Fail if the last recorded scan found more than this many serious violations. | |
| maxCritical | No | Fail if the last recorded scan found more than this many critical violations. |