Fix main build: add missing egress endpoints to harden-runner#1213
Fix main build: add missing egress endpoints to harden-runner#1213spoorcc wants to merge 2 commits into
Conversation
…s policy The slsa_with_provenance action downloads the slsa-source-corroborator binary from GitHub releases, which redirects through release-assets.githubusercontent.com. This endpoint was missing from the harden-runner allowed list for the attest-source-governance job, causing the egress block and failing the main build. https://claude.ai/code/session_01FzXNiF3f5iEnRPX3SWfd2A
actions/attest and actions/attest-build-provenance call timestamp.githubapp.com when signing DSSE attestation wrappers. This endpoint was absent from source-provenance.yml, build.yml, and test.yml, causing the egress block to refuse the connection. https://claude.ai/code/session_01FzXNiF3f5iEnRPX3SWfd2A
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 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 |
Summary
release-assets.githubusercontent.com:443tosource-provenance.yml— needed byslsa_with_provenanceto download theslsa-source-corroboratorbinary from GitHub releasestimestamp.githubapp.com:443tosource-provenance.yml,build.yml, andtest.yml— needed byactions/attestandactions/attest-build-provenancewhen signing DSSE attestation wrappersuploads.github.com:443to thebuild-whljob inbuild.yml— needed for artifact uploadAll three endpoints were blocked by the harden-runner egress policy, cascading into build and test failures on main.
Test plan
source-provenanceworkflow passes on main (bothattest-source-governanceandattest-sourcejobs)buildworkflow passes (binary and wheel jobs complete attestation steps)testworkflow passes attestation stephttps://claude.ai/code/session_01FzXNiF3f5iEnRPX3SWfd2A
Generated by Claude Code