- Reusable enforcement workflows for consuming repositories (
.github/workflows/*-enforcement.yml). - Repository self-check workflows for this standards repository (
formatting.yml,markdownlint.yml, standards checks). - Security governance workflows (
dependency-review.yml,secret-scanning.yml).
- Workflows must be deterministic and fail-closed for required gates.
- Every
ENFORCEDmatrix row must have a real workflow/tool implementation. - Secrets must be referenced via GitHub Secrets only.
- Workflow changes require CODEOWNERS review.
Before release tagging:
- Verify lint/test pipelines pass.
- Verify security workflows report no blocking findings.
- Confirm matrix status aligns with actual enforcement state.