✨ feat(website): surface container image trust on the landing page#70
Merged
Conversation
Cosign-backed container image signature verification shipped back in v0.7.0 but was never surfaced on the marketing site. Adds a "Container Image Trust" feature card (keyed + keyless verification, enforce/warn modes) and a matching comparison-table row.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
biggest-littlest
approved these changes
May 21, 2026
Member
biggest-littlest
left a comment
There was a problem hiding this comment.
Surfaces the v0.7.0 image-trust feature on the marketing site — card + comparison row, counts test updated. Verified locally. LGTM.
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.
Cosign-backed container image signature verification (
request_body.container_create.image_trust) shipped in v0.7.0 and is documented in the README and the docs site, but it was never surfaced on the marketing site. This closes that gap.Changes
features.ts— new Container Image Trust feature card (security category): keyed (PEM ECDSA/RSA/ed25519) and keyless (Fulcio issuer + SAN, optional Rekor inclusion) verification, per-profile,enforcevswarnmodes. Uses theFingerprintlucide icon.comparison-rows.ts— new Container image trust row:Nofor all five comparators (Tecnativa, LinuxServer, wollomatic, 11notes, CetusGuard — none verify image signatures),Yes (cosign keyed + keyless, enforce / warn)for sockguard.page-data.test.mjs— updated the data-module count/order assertions to include the new card and row.Verification
next buildpasses — TypeScript clean,Fingerprintimport resolves.npm testgreen (website 4/4, all workspaces 84/84).