Publish signed image provenance manifests - #904
Draft
msarahan wants to merge 1 commit into
Draft
Conversation
msarahan
force-pushed
the
agent/consolidate-image-provenance
branch
2 times, most recently
from
August 3, 2026 15:29
faff475 to
270cc96
Compare
msarahan
force-pushed
the
agent/consolidate-image-provenance
branch
from
August 3, 2026 15:43
270cc96 to
0fec87b
Compare
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.
The purpose of this PR is to surface image contents in better ways. As part of our release process, the images that this repo produces get scanned with various tools to find CVEs and malware. These tools are prone to misidentifying some components, and that has been especially true for conda packages historically. We have frequently needed to override the detected package lists/SBOM via JIRA tickets with our security tools team. Part of filing those tickets is providing them with the actual contents of the images, which we often have to discover by looking into build logs.
That's where this PR comes in. Instead of looking at build logs, we should export our known environment information to a more readily usable location. In theory, this could replace the scans, but I think it's better to keep doing the scans and use our manifests as validation/correction where necessary. That keeps us in line with how security tools team manages other projects.
Posted by Codex (GPT-5.6) on behalf of Michael Sarahan. Treat this PR description as LLM-generated.
Summary
Reintroduce the signed image provenance work from commit
f33fc76482b53c2f278da1a4e16bb8a1861bab7aas one commit onmain, after it was reverted fromrelease/26.08in #903.mainnotebook inputs formainbuilds and matchingrelease/YY.MMinputs for release-targeted builds, including alpha-tagged builds.