-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationsecuritySecurity-related changes or concernsSecurity-related changes or concerns
Milestone
Description
Issue Description
Part of #256
Add SBOM attestation verification instructions to SECURITY.md, extending the existing build provenance verification section with SBOM-specific guidance.
Implementation
Add a new section after the existing "Verifying Build Provenance" section in SECURITY.md:
- What the SBOM contains — brief explanation of SPDX format and component inventory
- Verification command —
gh attestation verifywith SBOM predicate type (https://spdx.dev/Document/v2.3) - Downloading the SBOM — how to retrieve the
.spdx.jsonfile from the GitHub Release - Inspecting the SBOM — how to read and query the SPDX JSON contents
- Distribution channel table — update existing table if present to show SBOM availability
Acceptance Criteria
- SBOM verification section added to
SECURITY.md -
gh attestation verifycommand documented with correct SBOM predicate type - Instructions for downloading and inspecting the SBOM included
- Consistent formatting with existing build provenance verification section
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationsecuritySecurity-related changes or concernsSecurity-related changes or concerns