> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/security-testing-orchestration/3.0/use-sto/sto-scanner-configuration/reapsaw-scanner-reference.md).

# Reapsaw step configuration

You can ingest scan results for your code repositories from [Reapsaw](https://github.com/dowjones/reapsaw/wiki).

### Workflow description <a href="#workflow-description" id="workflow-description"></a>

### Custom Scan step settings for Reapsaw scans in STO <a href="#custom-scan-step-settings-for-reapsaw-scans-in-sto" id="custom-scan-step-settings-for-reapsaw-scans-in-sto"></a>

The recommended workflow is to add a Custom Scan step to a Security or Build stage and then configure it as described below.

#### Scanner settings <a href="#scanner-settings" id="scanner-settings"></a>

These settings are all required.

* [Product name](#product-name)
* [Scan type](#scan-type)
* [Policy type](#policy-type)
* [Product config name](#product-config-name)

**Product name**

The scanner name. This is required for all Custom Scan steps.

**Key**

```
product_name
```

**Value**

```
reapsaw
```

**Scan type**

The target type to scan.

**Key**

```
scan_type
```

**Value**

```
repository
```

**Policy type**

The [scan mode](/security-testing-orchestration/3.0/new-to-sto/key-concepts/sto-workflows-overview.md) to use.

**Key**

```
policy_type
```

**Value**

```
ingestionOnly
```

**Product config name**

Required for most scanner integrations.

**Key**

```
product_config_name
```

**Value**

```
default
```

#### Target and variant <a href="#target-and-variant" id="target-and-variant"></a>

#### Repository <a href="#repository" id="repository"></a>

#### Ingestion file <a href="#ingestion-file" id="ingestion-file"></a>

#### Fail on Severity <a href="#fail-on-severity" id="fail-on-severity"></a>
