Skip to content

Commit 18f6947

Browse files
Merge pull request #495 from AkhigbeEromo/Update-README
Update README for Improved Clarity and Usability
2 parents c95a14d + 81f844e commit 18f6947

File tree

6 files changed

+126
-301
lines changed

6 files changed

+126
-301
lines changed

README.md

+91-301
Large diffs are not rendered by default.

docs/how-it-works.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## How Harden-Runner Works?
2+
3+
### GitHub-Hosted Runners
4+
5+
For GitHub-hosted runners, Harden-Runner GitHub Action downloads and installs the StepSecurity Agent.
6+
7+
- The code to monitor file, process, and network activity is in the Agent.
8+
- The community tier agent is open-source and can be found [here](https://github.com/step-security/agent). The enterprise tier agent is closed-source. Both agents are written in Go.
9+
- The agent's build is reproducible. You can view the steps to reproduce the build [here](http://app.stepsecurity.io/github/step-security/agent/releases/latest)
10+
11+
### Self-Hosted Actions Runner Controller (ARC) Runners
12+
13+
- ARC Harden Runner daemonset uses eBPF
14+
- You can find more details in this [blog post](https://www.stepsecurity.io/blog/introducing-harden-runner-for-kubernetes-based-self-hosted-actions-runners)
15+
- ARC Harden Runner is NOT open source.
16+
17+
### Self-Hosted VM Runners (e.g. on EC2)
18+
19+
- For self-hosted VMs, you add the Harden-Runner agent into your runner image (e.g. AMI).
20+
- You can find more details in this [blog post](https://www.stepsecurity.io/blog/ci-cd-security-for-self-hosted-vm-runners)
21+
- Agent for self-hosted VMs is NOT open source.

docs/limitations.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Limitations
2+
3+
### GitHub-Hosted Runners
4+
5+
* Only Ubuntu VM is supported. Windows and MacOS GitHub-hosted runners are not supported. There is a discussion about that [here](https://github.com/step-security/harden-runner/discussions/121).
6+
* Harden-Runner is not supported when [job is run in a container](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container) as it needs sudo access on the Ubuntu VM to run. It can be used to monitor jobs that use containers to run steps. The limitation is if the entire job is run in a container. That is not common for GitHub Actions workflows, as most of them run directly on `ubuntu-latest`. Note: This is not a limitation for Self-Hosted runners.
7+
8+
### Self-Hosted Actions Runner Controller (ARC) Runners
9+
10+
* Since ARC Harden Runner uses eBPF, only Linux jobs are supported. Windows and MacOS jobs are not supported.
11+
12+
### Self-Hosted VM Runners (e.g. on EC2)
13+
14+
* Only Ubuntu VM is supported. Windows and MacOS jobs are not supported.

images/network-events.png

278 KB
Loading

images/network-events1.png

-134 KB
Binary file not shown.

images/recommended-policy1.png

-188 KB
Binary file not shown.

0 commit comments

Comments
 (0)