[gha] Add missing Docker build endpoint#4285
Conversation
📝 WalkthroughWalkthroughThis PR adds the CloudFront endpoint ChangesDocker build security policy
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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 docstrings
🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/frontend.yml:
- Line 144: Remove the invalid allowlist entry
"production.cloudfront.docker.com:443" from the egress host list in the
workflow; it's a typo/misconfiguration—ensure the correct entry
"production.cloudflare.docker.com" remains and do not add the CloudFront variant
anywhere in the list.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 95c0ab32-bb95-40a9-9fb6-d07ac9dcb315
📒 Files selected for processing (1)
.github/workflows/frontend.yml
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4285 +/- ##
=======================================
Coverage 75.93% 75.93%
=======================================
Files 303 303
Lines 11352 11352
Branches 1404 1404
=======================================
Hits 8620 8620
Misses 2330 2330
Partials 402 402
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jasonleenaylor
left a comment
There was a problem hiding this comment.
@jasonleenaylor reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on imnasnainaec).
Fixing (e.g.):
This change is
Summary by CodeRabbit