Documentation Index
Fetch the complete documentation index at: https://docs.pipefort.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Value |
|---|---|
| Category | CICD-SEC-1 |
| Severity | MEDIUM |
| Auto-fix | ✗ |
| Source | Repository configuration |
What the check does
Reads the branch protection rule and reports whenrequired_status_checks is absent.
Why it matters
Status checks are the integration point between branch protection and your CI/CD pipeline. Without them:- Failing tests, lint errors, or security scans (including Pipefort itself in CI) can be merged.
- New status checks added later don’t retroactively gate anything.
- The “green checkmark” on PRs becomes advisory, not blocking.