Security
Is runnerhut SOC 2 compliant?
Quick answer
runnerhut maintains SOC 2 Type 2, with the report available under NDA.
The detail that matters
Ask for Type 2 rather than Type 1: Type 1 attests to a single day, Type 2 to a period of months.
Your next build could be twice as fast, at half the price
Start free. Migrating away is the same one line, and we publish that diff too.
Related
Are snapshot runners safe for public repositories?Only if snapshots are taken from trusted branches and never from fork pull requests.How do I generate an SBOM?Enable buildx's sbom: true output, or run syft against the built image.How do I attach build provenance?Use actions/attest-build-provenance, or buildx's provenance: true attestation.How do I pass secrets into a Docker build?Use BuildKit build secrets with --secret, never ARG or ENV.