diff --git a/docs/how-it-works.md b/docs/how-it-works.md index 06af8bcb..ab112f13 100644 --- a/docs/how-it-works.md +++ b/docs/how-it-works.md @@ -5,7 +5,7 @@ For GitHub-hosted runners, Harden-Runner GitHub Action downloads and installs the StepSecurity Agent. - The code to monitor file, process, and network activity is in the Agent. -- The agent is written in Go and can be found [here](https://github.com/step-security/agent) +- 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. - 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) ### Self-Hosted Actions Runner Controller (ARC) Runners