Skip to content

Commit 96ee9c6

Browse files
committed
Reformat FAQ section as bulleted list for readability
1 parent 5b67c84 commit 96ee9c6

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -444,33 +444,33 @@ Given these implementation costs versus the strict preconditions for the attack
444444
445445
## FAQ
446446
447-
**Q: Can I host buildcage in my own private repository?**
447+
- **Can I host buildcage in my own private repository?**
448448
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.
450450
451-
**Q: Does this slow down my builds?**
451+
- **Does this slow down my builds?**
452452
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.
454454
455-
**Q: Can I use this with multi-stage builds?**
455+
- **Can I use this with multi-stage builds?**
456456
457-
A: Yes! buildcage works seamlessly with multi-stage Dockerfiles.
457+
Yes. buildcage works seamlessly with multi-stage Dockerfiles.
458458
459-
**Q: Does this work with private package registries?**
459+
- **Does this work with private package registries?**
460460
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`.
462462
463-
**Q: What happens if I forget to add a required domain?**
463+
- **What happens if I forget to add a required domain?**
464464
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.
466466
467-
**Q: Do I need to clean up the buildcage container?**
467+
- **Do I need to clean up the buildcage container?**
468468
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.
470470
471-
**Q: Does this protect against malicious code execution?**
471+
- **Does this protect against malicious code execution?**
472472
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.
474474
475475
## Troubleshooting
476476

0 commit comments

Comments
 (0)