docs: fix SPDX attestation verification - #69
Merged
gnanirahulnutakki merged 2 commits intoJul 11, 2026
Conversation
added 2 commits
July 11, 2026 16:15
GSTACK-Checkpoint: 2026-07-11/slice-p-release-supply-chain#3 Signed-off-by: Gnani Rahul <gnani.nutakki@gmail.com>
GSTACK-Checkpoint: 2026-07-11/slice-p-release-supply-chain#4 Signed-off-by: Gnani Rahul <gnani.nutakki@gmail.com>
Member
Author
|
Consumer verification and regression review complete. The corrected SPDX 2.3 predicate verifies against the attached v0.1.0 bundle. Race instrumentation now skips only the wall-clock microbenchmark; the independent non-race 100 ms gate remains unchanged and green. Remote full product/kind and reproducible-release jobs pass. |
This was referenced Jul 11, 2026
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
Consumer verification of the first public release proved that GitHub emits the vetted SPDX predicate URI as https://spdx.dev/Document/v2.3. The runbook used the unversioned URI, so gh attestation verify found no matching predicate even though the attached SBOM attestation was valid.
This change corrects the command and adds a regression assertion for the exact SPDX 2.3 predicate URI.
Evidence
Refs #27