fix(broker): allow term-llm-reviewer image tag in build policy#35
fix(broker): allow term-llm-reviewer image tag in build policy#35
Conversation
Add term-llm-reviewer: prefix to the allowed image tags list alongside term-compiler: and ghcr.io/ prefixes. This fixes the policy violation error when building LLM reviewer images for agent evaluation.
📝 WalkthroughWalkthroughThe image build policy in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds
term-llm-reviewer:prefix to the allowed image tags list in the container broker's build policy.Problem
The LLM reviewer image build was failing with:
Solution
Updated the image tag whitelist in
broker.rsto allow:term-compiler:(existing)term-llm-reviewer:(new)ghcr.io/(existing)Testing
cargo check -p secure-container-runtimepassesSummary by CodeRabbit