| title | description |
|---|---|
Setup a scanner |
Learn how to setup a scanner to use with Corgea |
Corgea recommends customers use Semgrep because it's free to get started, and easy to use.
Register with Semgrep: [semgrep.dev/login](https://semgrep.dev/login)Sign up by clicking on Sign in with GitHub or Sign in with GitLab. Follow the on-screen prompts to grant Semgrep the needed permissions and proceed.
<CodeGroup>
```bash OS X
brew install semgrep
OR
python3 -m pip install semgrep
```
```bash Linux
python3 -m pip install semgrep
```
```bash Windows
python3 -m pip install semgrep
```
</CodeGroup>
<CodeGroup>
```bash OS X, Windows, Linux
semgrep login
```
</CodeGroup>