[PR #4253] [MERGED] docs(langsmith): document SBOM attestation verification for mirrored images #4239

Closed
opened 2026-06-05 19:13:14 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4253
Author: @langchain-infra
Created: 6/1/2026
Status: Merged
Merged: 6/2/2026
Merged by: @langchain-infra

Base: mainHead: mukil/sbom-attestation-docs


📝 Commits (1)

  • c9cf9a2 docs(langsmith): document SBOM attestation verification

📊 Changes

1 file changed (+35 additions, -3 deletions)

View changed files

📝 src/langsmith/self-host-mirroring-images.mdx (+35 -3)

📄 Description

Overview

Released self-hosted images now carry signed SPDX SBOM attestations, so the placeholder note in the image mirroring guide ("SBOM attestations are not yet attached…") is out of date.

This replaces that note with a Verifying SBOM attestations section that documents how to:

  • Resolve the per-architecture child digests for a tag (attestations attach to the child digests, not the multi-arch tag — verifying a bare tag reports no matching attestations).
  • Verify each attestation with cosign verify-attestation --type spdxjson against the stable-branch release workflow identity.
  • Decode the verified predicate to the SPDX 2.3 document.

Follows on from #4196 (cosign image-signature verification).

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have used root relative paths for internal links
  • No navigation change needed (section added to an existing page)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4253 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 6/1/2026 **Status:** ✅ Merged **Merged:** 6/2/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `mukil/sbom-attestation-docs` --- ### 📝 Commits (1) - [`c9cf9a2`](https://github.com/langchain-ai/docs/commit/c9cf9a22315a03aae0a9ce1d670d22b3cb435e38) docs(langsmith): document SBOM attestation verification ### 📊 Changes **1 file changed** (+35 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/self-host-mirroring-images.mdx` (+35 -3) </details> ### 📄 Description ## Overview Released self-hosted images now carry signed SPDX SBOM attestations, so the placeholder note in the image mirroring guide ("SBOM attestations are not yet attached…") is out of date. This replaces that note with a **Verifying SBOM attestations** section that documents how to: - Resolve the per-architecture child digests for a tag (attestations attach to the child digests, not the multi-arch tag — verifying a bare tag reports `no matching attestations`). - Verify each attestation with `cosign verify-attestation --type spdxjson` against the stable-branch release workflow identity. - Decode the verified predicate to the SPDX 2.3 document. Follows on from #4196 (cosign image-signature verification). ## Type of change **Type:** Update existing documentation ## Related issues/PRs - Feature PR: #4196 ## Checklist - [x] I have used **root relative** paths for internal links - [ ] No navigation change needed (section added to an existing page) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:14 -04:00
yindo closed this issue 2026-06-05 19:13:14 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4239