1
0
Fork 0
mirror of synced 2026-06-05 17:38:19 +00:00

Update README.md

This commit is contained in:
Varun Sharma 2025-03-02 14:52:16 -08:00
commit 26016a9e85

View file

@ -26,6 +26,7 @@ StepSecurity Harden-Runner addresses this gap by providing security monitoring t
- [Why Choose Harden-Runner](#why-choose-harden-runner)
- [Features and Capabilities](#features)
- [Case Studies and Trusted Projects](#trusted-by-and-case-studies)
- [Environment Compatibility Matrix](#environment-compatibility-matrix)
- [How It Works](docs/how-it-works.md)
- [Known Limitations](docs/limitations.md)
- [Join the Discussions](#discussions)
@ -146,6 +147,17 @@ Harden-Runner is trusted by over 5000 leading open-source projects and enterpris
---
## Environment Compatibility Matrix
| Environment Type | Compatibility | Audit Mode Deployment | Workflow Changes for Audit Mode | Examples |
|------------------|---------------|--------------------------|-------------------|----------|
| GitHub-hosted runners | ✅ Full support | Add Harden-Runner Action to workflow | Yes | [Example Workflow](https://github.com/step-security/harden-runner/blob/main/examples/github-hosted.yml) • [Insights](https://app.stepsecurity.io/github/example/repo/actions/runs/123456) |
| Self-hosted VM runners | ✅ Full support | Include agent in runner image | No | [Example Workflow](https://github.com/step-security/harden-runner/blob/main/examples/self-hosted-vm.yml) • [Insights](https://app.stepsecurity.io/github/example/repo/actions/runs/789012) |
| Self-hosted bare-metal runners | ✅ Full support | Install agent as a service | No | [Example Workflow](https://github.com/step-security/harden-runner/blob/main/examples/self-hosted-metal.yml) • [Insights](https://app.stepsecurity.io/github/example/repo/actions/runs/345678) |
| Actions Runner Controller (ARC) | ✅ Full support | Deploy as DaemonSet | No | [Example Workflow](https://github.com/step-security/harden-runner/blob/main/examples/arc.yml) • [Insights](https://app.stepsecurity.io/github/example/repo/actions/runs/901234) |
| RunsOn Runners | ✅ Full support | Pre-integrated | No | [Example Workflow](https://github.com/step-security/harden-runner/blob/main/examples/runson.yml) • [Insights](https://app.stepsecurity.io/github/example/repo/actions/runs/567890) |
| StepSecurity Managed Runners | 🔜 Coming soon | Will be pre-integrated | No | [Join Waitlist](https://stepsecurity.io/waitlist) |
## How It Works
Want to know the technical details? Dive into the architecture of Harden-Runner and its integrations for GitHub-hosted and self-hosted runners in our [How Harden-Runner Works Documentation](docs/how-it-works.md).