fix(sbom): patch tag:cacheKey on cache hits#842
Conversation
Cache hits were preserving existing entries unchanged, keeping old tag:imageRef values. Patch tag to cacheKey on every cache hit — idempotent, no SBOM re-downloads. Fixes nvidia=null on all historical Dakota entries after the next SBOM cache run. Assisted-by: Claude Sonnet 4.6 via pi
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR fixes a cache-hit bug in the SBOM fetch script's ChangesCache-hit tag consistency fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Cache hits in
processLatestTagStreampreserved entries unchanged, keeping the oldtag: imageRefvalue from before PR #840. PatchtagtocacheKeyon every cache hit — idempotent, no SBOM re-downloads. Fixes nvidia=null on all historical Dakota entries after the next SBOM cache run.Summary by CodeRabbit