fix(release-supply-chain): migrate SBOM attestation to actions/attest - #3
Merged
Conversation
actions/attest-sbom is deprecated (the release run flagged it); actions/attest has a native SBOM mode with the identical sbom-path interface (attest-sbom is now just a wrapper over it), so the SPDX predicate type and scripts/verify_attestations.sh verification are unchanged. Swap the pinned action (already tracked in tools.yml as attest@v4.1.1), drop the now-unused attest-sbom tool entry, refresh the sbom-generation risk text, and note it under CHANGELOG [Unreleased]. validate_all + actionlint + zizmor green. Signed-off-by: Danil Silantyev <danilsilantyevwork@gmail.com>
17 tasks
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
Replace the deprecated
actions/attest-sbomwithactions/attest(native SBOMmode). The 0.3.0 release run flagged the deprecation.
actions/attestacceptsthe identical
sbom-pathinput —actions/attest-sbomis now just a wrapperover it — so the SPDX predicate type and
scripts/verify_attestations.shremainunchanged. Drops the now-unused
attest-sbomtools entry and refreshes stalerisk text.
Type of change
Threat-model note
No new surface. Same pinned action family (
actions/attest@a1948c3f… v4.1.1,already tracked in
catalog/tools.yml), same job permissions (id-token: write,attestations: write,contents: write), same SPDX predicate type. Theattestation verification path is byte-for-byte compatible.
Permissions diff
None.
Checklist
validate_all+actionlint+zizmorgreen.CHANGELOG.md[Unreleased]updated.required_signatures.Tier impact
Verification note
The attestation re-proves only on the next release (0.3.0 is immutable). The
change is drop-in per the action's documented input compatibility; static gates
are green and the SBOM predicate / verify path is unchanged.