You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,33 +444,33 @@ Given these implementation costs versus the strict preconditions for the attack
444
444
445
445
## FAQ
446
446
447
-
**Q: Can I host buildcage in my own private repository?**
447
+
- **Can I host buildcage in my own private repository?**
448
448
449
-
A: Yes. You can import the repository into your organization and build the Docker image yourself. See the [Self-Hosting Guide](./docs/self-hosting.md) for details.
449
+
Yes. You can import the repository into your organization and build the Docker image yourself. See the [Self-Hosting Guide](./docs/self-hosting.md) for details.
450
450
451
-
**Q: Does this slow down my builds?**
451
+
- **Does this slow down my builds?**
452
452
453
-
A: Minimal impact. The proxy adds negligible latency (<1ms per request). DNS caching and connection pooling keep overhead low.
453
+
Minimal impact. The proxy adds negligible latency (<1ms per request). DNS caching and connection pooling keep overhead low.
454
454
455
-
**Q: Can I use this with multi-stage builds?**
455
+
- **Can I use this with multi-stage builds?**
456
456
457
-
A: Yes! buildcage works seamlessly with multi-stage Dockerfiles.
457
+
Yes. buildcage works seamlessly with multi-stage Dockerfiles.
458
458
459
-
**Q: Does this work with private package registries?**
459
+
- **Does this work with private package registries?**
460
460
461
-
A: Yes. Just add your private registry's domain to `allowed_https_domains`.
461
+
Yes. Just add your private registry's domain to `allowed_https_domains`.
462
462
463
-
**Q: What happens if I forget to add a required domain?**
463
+
- **What happens if I forget to add a required domain?**
464
464
465
-
A: In restrict mode, the build will fail with a clear error message. Run in audit mode first to discover all required domains.
465
+
In restrict mode, the build will fail with a clear error message. Run in audit mode first to discover all required domains.
466
466
467
-
**Q: Do I need to clean up the buildcage container?**
467
+
- **Do I need to clean up the buildcage container?**
468
468
469
-
A: No. The container is automatically removed when the GitHub Actions job completes.
469
+
No. The container is automatically removed when the GitHub Actions job completes.
470
470
471
-
**Q: Does this protect against malicious code execution?**
471
+
- **Does this protect against malicious code execution?**
472
472
473
-
A: No. buildcage only controls network access. It doesn't prevent malicious code from running—it prevents that code from communicating with external servers.
473
+
No. buildcage only controls network access. It doesn't prevent malicious code from running—it prevents that code from communicating with external servers.
0 commit comments