Skip to content

feat(ci): sign releases and publish SBOMs#1480

Merged
nijel merged 1 commit into
mainfrom
signing
Jun 16, 2026
Merged

feat(ci): sign releases and publish SBOMs#1480
nijel merged 1 commit into
mainfrom
signing

Conversation

@nijel

@nijel nijel commented Jun 16, 2026

Copy link
Copy Markdown
Member

No description provided.

@nijel nijel self-assigned this Jun 16, 2026
@nijel nijel enabled auto-merge (rebase) June 16, 2026 05:54
@nijel nijel merged commit 3dc45ff into main Jun 16, 2026
47 of 49 checks passed
@nijel nijel deleted the signing branch June 16, 2026 05:56

@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: fa39612557

ℹ️ 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".

IMAGE_REF: ${{ steps.image.outputs.ref }}
SYFT: ${{ steps.syft.outputs.cmd }}
run: |
"$SYFT" "$IMAGE_REF" --scope all-layers -o cyclonedx-json=dockerhub-image.cdx.json

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 Attest SBOMs for each platform image

For multi-platform publishes, the build script creates a manifest list for both linux/amd64 and linux/arm64, but this Syft command scans the manifest-list digest without specifying a platform. Syft currently resolves an image index to the runner's platform image rather than cataloging every referenced manifest (see anchore/syft#1683), so on the ubuntu-24.04 runner the SBOM attested to the multi-arch digest only describes amd64 and omits arm64-specific contents; the same pattern is repeated in the GHCR job. Either rely on the BuildKit SBOM attestations or generate/attest SBOMs per platform digest.

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