docs: OSV-Scanner rollout ADR, reference, and runbook#43
Merged
Conversation
Adds ADR-012 (the decision to close the OSV-Scanner adoption gap), a new docs/reference/ entry for reusable-sca-osv.yml, and a tactical on-call runbook for a failed sca check or code-scanning alert. ADR-012 validated against structured-madr in both smadr strict mode and mif --level 3; the reference doc validated at mif --level 3; the runbook validated at mif --level 1, matching this repo's existing runbook convention.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to complete and operationalize the org-wide OSV-Scanner SCA rollout: a new ADR capturing the decision and scope, a reference doc for the reusable-sca-osv.yml reusable workflow, and an on-call runbook for responding to failed SCA checks / OSV-Scanner code-scanning alerts.
Changes:
- Add ADR-012 documenting the 2026-07-01 decision to close the remaining OSV-Scanner adoption gap.
- Add a reference page describing
reusable-sca-osv.ymlinputs, permissions, layers, SHA pin, and consuming repos. - Add an operational runbook for diagnosing and remediating
sca/ OSV-Scanner findings.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| docs/runbooks/osv-scanner-alert-runbook.md | New runbook for triage/remediation of failed sca checks and OSV-Scanner code-scanning alerts. |
| docs/reference/reusable-sca-osv.md | New reference doc for the reusable-sca-osv.yml reusable workflow (inputs, permissions, usage). |
| docs/adr/ADR-012-osv-scanner-rollout-completion.md | New ADR documenting the OSV-Scanner rollout completion decision and audit summary. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ADR-012 (the decision to close the OSV-Scanner adoption gap identified in the 2026-07-01 audit), a new docs/reference/ entry describing reusable-sca-osv.yml, and a tactical on-call runbook for a failed sca check or code-scanning alert.
ADR-012 validates against structured-madr in both smadr strict mode and mif --level 3. The reference doc validates at mif --level 3. The runbook validates at mif --level 1, matching this repo's existing runbook convention.
Companion to the rollout PRs opened against doc-site, mif-docs-plugin, and research-harness-template.