You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-it-works.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,17 @@
5
5
For GitHub-hosted runners, Harden-Runner GitHub Action downloads and installs the StepSecurity Agent.
6
6
7
7
- 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)
9
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)
- 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)
15
15
- ARC Harden Runner is NOT open source.
16
16
17
17
### Self-Hosted VM Runners (e.g. on EC2)
18
18
19
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)
0 commit comments