More error handling and logic fixes#11
Merged
Merged
Conversation
- Only cache SBOMs for github_release sources (not docker/chainguard) so tea-sync can detect image digest changes without version bumps - Add empty-input guards before sha256sum -c for crane and cosign - Add checksum verification to yq install in tea-sync.yml - Add max-parallel: 10 to tea-sync matrix to avoid Docker Hub rate limits - Add header comments to 11 new workflow files for consistency Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enrichment data from deps.dev can change between runs, producing a new SBOM hash that TEA hasn't seen. TEA says "upload", but sbomify rejects it because the component+version already has an SBOM. This is benign — the SBOM is already on the platform. Add continue-on-error to both upload steps so this doesn't fail the workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The root cause of the "already exists" failures was missing PURLs on sbomify products, which prevented TEA from indexing them. All 56 products now have PURLs set, so TEA dedup works correctly. The continue-on-error workaround is no longer needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
No description provided.