fix: align release artifact SPDX and intoto filenames with primary artifacts#8491
Merged
fix: align release artifact SPDX and intoto filenames with primary artifacts#8491
Conversation
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. Scanned FilesNone |
…tifacts Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> Agent-Logs-Url: https://github.com/Hack23/cia/sessions/fd85f63b-3406-45e7-a6d5-a030e21d9c2e
Copilot
AI
changed the title
[WIP] Fix bad file names in release artifacts
fix: align release artifact SPDX and intoto filenames with primary artifacts
Mar 25, 2026
|
pethers
approved these changes
Mar 25, 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.



Description
Release SPDX and intoto attestation files had misaligned names due to Maven's
spdx-maven-plugindefault naming (com.hack23.cia_cia-dist-deb-VERSION.spdx.json). These should follow the convention<artifact>.spdx.jsonto match their parent artifacts.Before:
After:
release.yml: Added post-build step to copy SPDX files from Maven default names to artifact-aligned names. Updatedsbom-pathreferences in attestation steps and artifact upload list.WORKFLOWS.md: Updated documentation to reflect new naming convention.Type of Change
Primary Changes
Political Analysis
Technical Changes
Impact Analysis
Political Analysis Impact
Technical Impact
cp -vensures failures are visibleTesting
workflow_dispatchtriggered — validated via YAML syntax check and structural reviewDocumentation
Screenshots
Related Issues
Checklist
Additional Notes
Security Considerations
Release Notes
Release artifact filenames for SPDX and intoto attestations now follow
<artifact>.spdx.json/<artifact>.spdx.json.intoto.jsonlconvention, aligned with their parent DEB/WAR artifacts.🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.