feat: SBOM generation and supply chain security (SLSA Level 2)#375
Merged
Conversation
Adds documentation and CI configuration for: - SBOM generation (SPDX + CycloneDX formats) in release pipeline - Supply chain security standards (SLSA Level 2 compliance) - Vulnerability disclosure policy - Signed commits and releases - Dependency update policy Changes: - .goreleaser.yml: Add sboms section with SPDX + CycloneDX generation - SBOM.md: Document SBOM usage, formats, dependency policy - SECURITY.md: Vulnerability disclosure, signed releases, incident response Fixes #356 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
raifdmueller
approved these changes
May 26, 2026
Collaborator
raifdmueller
left a comment
There was a problem hiding this comment.
Code Review
Minimal, correct addition of SPDX + CycloneDX SBOM generation to goreleaser. Good supply chain hygiene. Must merge after #389 which also touches .goreleaser.yml.
…ut names
- .goreleaser.yml: use {{ .ArtifactName }} template for SBOM output names to avoid
filename conflicts when generating SBOMs for multiple platform archives
- SBOM.md: fix CycloneDX format header and examples (.xml → .json), update example
filenames to match artifact-based template pattern
- SECURITY.md: fix govulncheck command (go govulncheck → govulncheck ./...)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📊 Test Report (Multi-OS)
💡 Full report: Download artifacts from this workflow run. |
Collaborator
Author
Code & Security Review — abgeschlossen ✅Security Review: Keine Findings. Reine Config- und Dokumentationsänderungen, keine Runtime-Auswirkung. Der PR verbessert die Supply-Chain-Sicherheit. Code Review: 3 Issues gefunden und direkt gefixt (Commit be1be27):
CI: ✅ Grün — merge-bereit nach CI-Bestätigung. |
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.
Summary
Implements Software Bill of Materials (SBOM) generation and supply chain security standards (SLSA Level 2).
Changes:
Features:
Fixes #356
🤖 Generated with Claude Code