feat(build): add hve-core release pipeline with dependency SBOM and signing artifacts#420
Merged
Merged
Conversation
…igning artifacts - add .syft.yaml cataloger config for JavaScript, Python, and Go dependencies - add generate-dependency-sbom job with sparse-checkout of all dependency manifests - add triple attestation (build provenance, artifact SBOM, dependency SBOM) - add sbom-diff and append-verification-notes release pipeline jobs - upload .sigstore.json and .intoto.jsonl signing artifacts to release assets Closes #419 📦 - Generated by Copilot
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #420 +/- ##
=======================================
Coverage 64.04% 64.04%
=======================================
Files 250 250
Lines 15319 15319
Branches 2108 2060 -48
=======================================
Hits 9811 9811
Misses 5220 5220
Partials 288 288
🚀 New features to boost your workflow:
|
nguyena2
approved these changes
Apr 8, 2026
WilliamBerryiii
pushed a commit
that referenced
this pull request
Apr 9, 2026
🤖 I have created a release *beep* *boop* --- ## [0.7.0](v0.6.1...v0.7.0) (2026-04-09) ### ✨ Features * **build:** add hve-core release pipeline with dependency SBOM and signing artifacts ([#420](#420)) ([2ff839a](2ff839a)) * **build:** enforce strict warnings across all linters ([#392](#392)) ([b75e217](b75e217)) * **evaluation:** add fuzz testing infrastructure and property-based tests ([#416](#416)) ([d97d42c](d97d42c)) * **infrastructure:** add optional ADLS Gen2 data lake storage account ([#398](#398)) ([3bb9012](3bb9012)) * **settings:** add HVE Core extension to workspace and devcontainer recommendations ([#226](#226)) ([f0735d8](f0735d8)) ### 🐛 Bug Fixes * **docs:** fix broken links, harden Docusaurus config, and integrate CI workflow ([#430](#430)) ([ea99997](ea99997)) * **scripts:** join shellcheck version output before -match to populate $Matches ([#432](#432)) ([8768e76](8768e76)) * **scripts:** map unmapped ShellCheck severity levels and harden version parsing ([#434](#434)) ([1e95a17](1e95a17)) * **scripts:** resolve ShellCheck SC2034 and enable source-path resolution ([#443](#443)) ([04438ea](04438ea)) ### 🔧 Miscellaneous * **deps-dev:** bump basic-ftp from 5.2.0 to 5.2.1 ([#429](#429)) ([438660a](438660a)) * **deps:** bump cryptography from 46.0.6 to 46.0.7 ([#425](#425)) ([2366647](2366647)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: physical-ai-toolchain-release[bot] <267194360+physical-ai-toolchain-release[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Pull Request
Description
Add hve-core-aligned release pipeline with dependency SBOM generation, Sigstore signing artifact uploads, and OpenSSF Scorecard trigger improvements. Mirrors the release pipeline patterns from microsoft/hve-core to improve supply chain security posture.
Closes #419
Type of Change
Component(s) Affected
workflows/- Training and evaluation workflowsChanges
Release Pipeline (
main.yml)generate-dependency-sbomjob: sparse-checkout of all 16 dependency manifests (package.json,pyproject.toml,uv.lock,go.mod) across JavaScript, Python, and Go ecosystems; generatesdependencies.spdx.jsonviaanchore/sbom-actionwith.syft.yamlconfig and uploads to release assetsattest-release: build provenance, artifact SBOM, and dependency SBOM attestations viaactions/attest; extracts.sigstore.jsonand.intoto.jsonlsigning artifacts from the attestation bundle and uploads them to the releasesbom-diffjob: downloads previous release'sdependencies.spdx.json, computes added/removed/changed dependency diff, and uploadsdependency-diff.mdto the releaseappend-verification-notesjob: appends Sigstore verification CLI instructions to release notespublish-releasedependencies updated to gate on all new jobsScorecard Workflow (
scorecard.yml)workflow_runtrigger keyed toCIworkflow completion so Scorecard re-scans immediately after releasesworkflow_dispatchfor manual re-runsconcurrencygroup to prevent duplicate runsworkflow_runtriggers from failed CI runsSBOM Cataloger Config (
.syft.yaml)search-remote-licensesenabledTesting Performed
yaml.safe_load(0 errors)actionlint(0 errors)Documentation Impact
Checklist