Skip to content

Add SBOM release metadata#4

Merged
krotname merged 1 commit into
mainfrom
feature/public-repo-polish-20260621
Jun 21, 2026
Merged

Add SBOM release metadata#4
krotname merged 1 commit into
mainfrom
feature/public-repo-polish-20260621

Conversation

@krotname

Copy link
Copy Markdown
Owner

Summary

  • add CycloneDX SBOM generation to release assets
  • include SBOM in checksums and GitHub release upload
  • document release verification and supply-chain controls

Validation

  • workflow YAML parse and bash syntax checks
  • git diff --check

@codecov

codecov Bot commented Jun 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@krotname krotname marked this pull request as ready for review June 21, 2026 01:47
@krotname krotname merged commit 7b1cf87 into main Jun 21, 2026
9 checks passed
@krotname krotname deleted the feature/public-repo-polish-20260621 branch June 21, 2026 01:49

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 064e032ad7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


marketplace_doc="$(find release-assets -type f -name 'MARKETPLACE_SUBMISSION.md' | sort | head -n 1)"
checksum_files=("${files[@]}")
checksum_files=("${files[@]}" "$sbom_file")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Write checksums for published asset names

For users who download the GitHub release assets into a normal directory and follow the newly documented sha256sum -c SHA256SUMS.txt, this adds the SBOM to the checksum file under its runner path (release-assets/MarkdownTableEditorIdea-...-sbom.cdx.json), while gh release upload publishes it as just the basename. sha256sum --help confirms --check reads the filenames from the checksum file, so the SBOM verification entry will fail unless the user recreates the CI directory layout; write checksums from the asset upload directory or strip the release-assets/ prefix before publishing.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant