fix(sbom): restore usesLatestTag:true for Dakota specs#839
Conversation
streamPrefix:"latest" was causing processStream() to call findRecentTagsForStream() which finds 0 tags (Dakota stopped using latest.YYYYMMDD tags in Feb 2026). Restore usesLatestTag:true so processLatestTagStream() is called — which now processes :latest + 10 commit-SHA tags. Assisted-by: Claude Sonnet 4.6 via pi
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR updates the Dakota SBOM stream configuration in ChangesSBOM Dakota Latest Stream Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
PR #837 changed the Dakota specs from
usesLatestTag:truetostreamPrefix:\"latest\". This causedprocessStream()to callfindRecentTagsForStream()which returns 0 tags because Dakota stopped usinglatest.YYYYMMDDdate tags in February 2026.\n\nRestoresusesLatestTag:truesoprocessLatestTagStream()is called — which (after PR #838) now fetches:latestplus the 10 most recent commit-SHA image tags for history.\n\nWithout this:dakota-latest: found 0 recent tagged releasesin every SBOM cache run."Summary by CodeRabbit