buildcage
p/buildcage
Restrict outbound access in Docker builds on GitHub Actions
0 reviews3 followers
Start new thread
trending
dash14

22h ago

buildcage - Restrict outbound access in Docker builds on GitHub Actions

Docker builds can fetch from any server on the internet. A compromised dependency could silently exfiltrate your build secrets. buildcage prevents this. Define allowed domains, and everything else is blocked. Your Dockerfiles stay the same — no proxy injection, no certificate changes. TLS is never intercepted. Drop-in builder for Docker Buildx and GitHub Actions. - Audit mode to discover dependencies - Restrict mode to enforce your allowlist - Self-hostable for full control Open source.