Skip to content

Commit c9c5f32

Browse files
Handle Ashish reviews
1 parent be87de0 commit c9c5f32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/how-it-works.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
For GitHub-hosted runners, Harden-Runner GitHub Action downloads and installs the StepSecurity Agent.
66

77
- The code to monitor file, process, and network activity is in the Agent.
8-
- The agent is written in Go and is open source at https://github.com/step-security/agent
8+
- The agent is written in Go and can be found [here](https://github.com/step-security/agent)
99
- 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)
1010

1111
### Self-Hosted Actions Runner Controller (ARC) Runners
1212

1313
- 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
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)
1515
- ARC Harden Runner is NOT open source.
1616

1717
### Self-Hosted VM Runners (e.g. on EC2)
1818

1919
- 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)
2021
- Agent for self-hosted VMs is NOT open source.

0 commit comments

Comments
 (0)