> 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/new-to-sto/sto-whats-supported/scanners.md).

# Supported Security Scanners

Harness STO supports over 40 security scanners, they are categorized as follows:

* [**Harness Security Scanners**](#harness-security-scanners): Scanners developed, maintained, and fully supported by Harness
* [**Third-Party Scanners**](#third-party-scanners): External commercial or open-source scanners integrated with the Harness platform, not developed or directly maintained by Harness.
  * **Open-Source Scanners**: A subset of third-party scanners that are open-source.
* [**Built-in Scanner Steps**](/security-testing-orchestration/use-sto/set-up-sto-scans/built-in-scanners.md): Harness-provided scanner steps using pre-configured open-source scanners. These are ready-to-use within Harness pipelines and do not require additional commercial licenses. For a complete guide, refer to [Built-in Scanners](/security-testing-orchestration/use-sto/set-up-sto-scans/built-in-scanners.md).

For a comprehensive list of all scanners, you can view them by [**Scan Type**](#third-party-scanners) or [**Target Type**](#third-party-scanners) further down this page.

#### Harness Security Scanners <a href="#harness-security-scanners" id="harness-security-scanners"></a>

Harness is expanding its native security scanning capabilities. These scanners are developed and maintained directly by Harness.

* [**API DAST**](/security-testing-orchestration/use-sto/sto-scanner-configuration/traceable-step-configuration.md) (*previously Traceable*): A Dynamic Application Security Testing scanner for your APIs. This was formerly known as the **Traceable API DAST** scanner.
* [**SAST**](/security-testing-orchestration/use-sto/harness-security-scanners/sast.md): A Static Application Security Testing scanner for your Code Repositories.
* [**SCA**](/security-testing-orchestration/use-sto/harness-security-scanners/sca.md): A Software Composition Analysis scanner for your Container Images.

#### Third-Party Scanners <a href="#third-party-scanners" id="third-party-scanners"></a>

The following are the list of third-party scanners that are categorized by **Scan Type** and **Target Type**. The list includes both commercial and open-source scanners.

{% tabs %}
{% tab title="Scan Type" %}
Here are the list of scanners supported by STO by scan type.

* [Static Application Security Testing - SAST Scanners](#static-application-security-testing---sast-scanners)
* [Secret Detection Scanners](#secret-detection-scanners)
* [Software Composition Analysis - SCA Scanners](#software-composition-analysis---sca-scanners)
* [Container Scanners](#container-scanners)
* [Dynamic Application Security Testing - DAST Scanners](#dynamic-application-security-testing---dast-scanners)
* [Infrastructure as Code - IaC Scanners](#infrastructure-as-code---iac-scanners)
* [AI Scanners](#ai-scanners)

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](#scanners-supported-with-custom-scan-step).

#### Static Application Security Testing - SAST Scanners <a href="#static-application-security-testing-sast-scanners" id="static-application-security-testing-sast-scanners"></a>

Static Application Security Testing (SAST) is a security testing practice that analyzes source code for potential vulnerabilities without executing the application. To configure and run SAST scans, refer [Static Application Security Testing documentation](/security-testing-orchestration/use-sto/set-up-sto-scans/static-application-security-testing.md).

1. [**Harness Code**](/security-testing-orchestration/use-sto/harness-security-scanners/sast.md)
2. [**Bandit**](/security-testing-orchestration/use-sto/sto-scanner-configuration/bandit-scanner-reference.md) - *open-source*
3. [**Black Duck**](/security-testing-orchestration/use-sto/sto-scanner-configuration/black-duck-hub-scanner-reference.md) (by Synopsys)
4. [**Brakeman**](/security-testing-orchestration/use-sto/sto-scanner-configuration/brakeman-scanner-reference.md) - *open-source*
5. [**Checkmarx**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarx-scanner-reference.md)
6. [**Checkmarx One**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarxone-scanner-reference.md)
7. [**Coverity**](/security-testing-orchestration/use-sto/sto-scanner-configuration/coverity-scanner-reference.md) - *open-source*
8. [**CodeQL**](/security-testing-orchestration/use-sto/sto-scanner-configuration/codeql-scanner-reference.md)
9. [**FOSSA**](/security-testing-orchestration/use-sto/sto-scanner-configuration/fossa-scanner-reference.md)
10. [**GitHub Advanced Security**](/security-testing-orchestration/use-sto/sto-scanner-configuration/github-advanced-security.md)
11. [**Mend**](/security-testing-orchestration/use-sto/sto-scanner-configuration/mend-scanner-reference.md) (formerly known as WhiteSource)
12. [**Semgrep**](/security-testing-orchestration/use-sto/sto-scanner-configuration/semgrep/semgrep-scanner-reference.md) - *open-source option*
13. [**Snyk**](/security-testing-orchestration/use-sto/sto-scanner-configuration/snyk/snyk-scanner-reference.md)
14. [**SonarQube**](/security-testing-orchestration/use-sto/sto-scanner-configuration/sonarqube-sonar-scanner-reference.md)
15. [**Veracode**](/security-testing-orchestration/use-sto/sto-scanner-configuration/veracode-scanner-reference.md)
16. [**Wiz**](/security-testing-orchestration/use-sto/sto-scanner-configuration/wiz/repo-scans-with-wiz.md)

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](#scanners-supported-with-custom-scan-step).

#### Secret Detection Scanners <a href="#secret-detection-scanners" id="secret-detection-scanners"></a>

Secret Detection is a security testing practice that scans code repositories for exposed credentials, API keys, tokens, and other sensitive information. To configure and run secret detection scans, refer Secret Detection documentation.

1. [**Harness Code**](/security-testing-orchestration/use-sto/harness-security-scanners/sast.md)
2. [**Aqua Trivy**](/security-testing-orchestration/use-sto/sto-scanner-configuration/trivy/aqua-trivy-scanner-reference.md) - *open-source*
3. [**Checkmarx One**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarxone-scanner-reference.md)
4. [**Gitleaks**](/security-testing-orchestration/use-sto/sto-scanner-configuration/gitleaks-scanner-reference.md) - *open-source*
5. [**GitHub Advanced Security**](/security-testing-orchestration/use-sto/sto-scanner-configuration/github-advanced-security.md)

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](#scanners-supported-with-custom-scan-step).

#### Software Composition Analysis - SCA Scanners <a href="#software-composition-analysis-sca-scanners" id="software-composition-analysis-sca-scanners"></a>

Software Composition Analysis (SCA) is a security testing practice that identifies vulnerabilities in open-source dependencies and third-party libraries used in your applications. To configure and run SCA scans, refer [Software Composition Analysis documentation](/security-testing-orchestration/use-sto/set-up-sto-scans/software-composition-analysis.md).

1. [**Harness Container**](/security-testing-orchestration/use-sto/harness-security-scanners/sca.md)
2. [**Aqua Trivy**](/security-testing-orchestration/use-sto/sto-scanner-configuration/trivy/aqua-trivy-scanner-reference.md) - *open-source*
3. [**Checkmarx**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarx-scanner-reference.md)
4. [**Checkmarx One**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarxone-scanner-reference.md)
5. [**GitHub Advanced Security**](/security-testing-orchestration/use-sto/sto-scanner-configuration/github-advanced-security.md)
6. [**OSV Scanner**](/security-testing-orchestration/use-sto/sto-scanner-configuration/osv-scanner-reference.md) - *open-source*
7. [**OWASP Dependency-Check**](/security-testing-orchestration/use-sto/sto-scanner-configuration/owasp-scanner-reference.md) - *open-source*
8. [**Snyk**](/security-testing-orchestration/use-sto/sto-scanner-configuration/snyk/snyk-code-scanning.md)
9. [**Veracode**](/security-testing-orchestration/use-sto/sto-scanner-configuration/veracode-scanner-reference.md)
10. [**Wiz**](/security-testing-orchestration/use-sto/sto-scanner-configuration/wiz/repo-scans-with-wiz.md)

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](#scanners-supported-with-custom-scan-step).

#### Container Scanners <a href="#container-scanners" id="container-scanners"></a>

Container Scanning is a security testing practice that analyzes your container images for potential vulnerabilities. To configure and run container scans, refer [Container Scanning documentation](/security-testing-orchestration/use-sto/set-up-sto-scans/container-scanning/container-scanning.md).

1. [**Anchore**](/security-testing-orchestration/use-sto/sto-scanner-configuration/anchore-enterprise-scanner-reference.md)
2. [**Aqua Security**](/security-testing-orchestration/use-sto/sto-scanner-configuration/aquasec-scanner-reference.md)
3. [**Aqua Trivy**](/security-testing-orchestration/use-sto/sto-scanner-configuration/trivy/aqua-trivy-scanner-reference.md) *- open-source*
4. [**AWS ECR Scan**](/security-testing-orchestration/use-sto/sto-scanner-configuration/aws-ecr-scanner-reference.md)
5. [**Black Duck**](/security-testing-orchestration/use-sto/sto-scanner-configuration/black-duck-hub-scanner-reference.md)
6. [**Checkmarx One**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarxone-scanner-reference.md)
7. [**Grype**](/security-testing-orchestration/use-sto/sto-scanner-configuration/grype/grype-scanner-reference.md) - *open-source*
8. [**Prisma Cloud**](/security-testing-orchestration/use-sto/sto-scanner-configuration/prisma-cloud-scanner-reference.md)
9. [**Snyk**](/security-testing-orchestration/use-sto/sto-scanner-configuration/snyk/snyk-scanner-reference.md)
10. [**Sysdig**](/security-testing-orchestration/use-sto/sto-scanner-configuration/sysdig-scanner-reference.md)
11. [**Wiz**](/security-testing-orchestration/use-sto/sto-scanner-configuration/wiz/artifact-scans-with-wiz.md)

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](#scanners-supported-with-custom-scan-step).

#### Dynamic Application Security Testing - DAST Scanners <a href="#dynamic-application-security-testing-dast-scanners" id="dynamic-application-security-testing-dast-scanners"></a>

Dynamic Application Security Testing (DAST) is a security testing practice that identifies vulnerabilities in running applications by simulating real-world attacks. To configure and run DAST scans, refer [Dynamic Application Security Testing documentation](/security-testing-orchestration/use-sto/set-up-sto-scans/dynamic-application-security-testing.md).

1. [**Burp Suite Enterprise Edition**](/security-testing-orchestration/use-sto/sto-scanner-configuration/burp-scanner-reference.md)
2. [**Checkmarx One**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarxone-scanner-reference.md)
3. [**Nikto**](/security-testing-orchestration/use-sto/sto-scanner-configuration/nikto-scanner-reference.md) *- open-source*
4. [**Nmap**](/security-testing-orchestration/use-sto/sto-scanner-configuration/nmap-scanner-reference.md) *- open-source*
5. [**Traceable**](/security-testing-orchestration/use-sto/sto-scanner-configuration/traceable-step-configuration.md)
6. [**Veracode**](/security-testing-orchestration/use-sto/sto-scanner-configuration/veracode-scanner-reference.md)
7. [**Zap**](/security-testing-orchestration/use-sto/sto-scanner-configuration/zap/zap-scanner-reference.md) *- open-source*

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](#scanners-supported-with-custom-scan-step).

#### Infrastructure as Code - IaC Scanners <a href="#infrastructure-as-code-iac-scanners" id="infrastructure-as-code-iac-scanners"></a>

Infrastructure as Code (IaC) scanning is a security testing practice that analyzes IaC configurations to identify misconfigurations, security vulnerabilities, and compliance issues before deployment. To configure and run IaC scans, refer [Infrastructure as Code documentation](/security-testing-orchestration/use-sto/set-up-sto-scans/infrastructure-as-code-scanning.md).

1. [**Checkmarx One**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkmarx/checkmarxone-scanner-reference.md)
2. [**Checkov**](/security-testing-orchestration/use-sto/sto-scanner-configuration/checkov-iac-scan.md) - *open-source*
3. [**Snyk**](/security-testing-orchestration/use-sto/sto-scanner-configuration/snyk/snyk-iac-scanning.md)
4. [**Wiz**](/security-testing-orchestration/use-sto/sto-scanner-configuration/wiz/iac-scans-with-wiz.md)

#### AI Scanners <a href="#ai-scanners" id="ai-scanners"></a>

AI Scanners are helps you to identify vulnerabilities in your ML models. To configure and run AI scanners, refer to [ModelScan](/security-testing-orchestration/use-sto/sto-scanner-configuration/modelscan.md) step documentation.

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](#scanners-supported-with-custom-scan-step).

***

{% endtab %}

{% tab title="Target Type" %}
The following sections describe the scanners supported by Harness STO, based on the target type:

* [Code repo scanners](#code-repo-scanners)
* [Artifact scanners](#artifact-scanners)
* [Instance scanners](#instance-scanners)
* [Configuration scanners](#configuration-scanners)
* [Other scanners](#other-scanners)

In addition to the listed supported scanners, the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) allows the use of various other scanners. For a complete list of supported scanners, refer to [Scanners Supported with Custom Scan Step](/security-testing-orchestration/new-to-sto/sto-whats-supported/scanners.md#scanners-supported-with-custom-scan-step).

**Code repo scanners**

A code scanner can detect one or more of the following issue types in your source code. For information about the specific vulnerabilities detected by each scanner, go to the scanner provider's documentation.

* **SAST (Static Application Security Testing):** Known vulnerabilities in open-source and proprietary code.
* **SCA (Software Composition Analysis):** Known vulnerabilities in open-source libraries and packages used by the code.
* **Secrets:** Hard-coded secrets such as access keys and passwords.
* **IaC:** Known vulnerabilities in Infrastructure-as-Code files such as Terraform configurations.
* **Misconfigurations:** Known vulnerabilities in software configurations.

| Open Source                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Commercial                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li><a href="/pages/zl504J0UQqwLFKR00SOj">Aqua Trivy</a> Orchestration, Ingestion</li><li><a href="/pages/B3kiWh7EYrEjJaGjhzjm">Bandit</a> Orchestration, Ingestion</li><li><a href="/pages/jTMCzNgTtDkMdCxMh21h">Brakeman</a> Orchestration, Ingestion</li><li><a href="/pages/c3PPkQbTqkX2SK0enTHD">Coverity</a> Ingestion</li><li><a href="/pages/krSpWP4zO8naGT8BFLBJ">Gitleaks</a> Orchestration, Ingestion</li><li><a href="/pages/6CmdPQFMZ6E40BI9gdP4">Grype</a> Orchestration, Ingestion</li><li><a href="/pages/2KYmOpuwhoMKMdu9gFMH">ModelScan</a> Orchestration, Ingestion</li><li><a href="/pages/zWEZ025qW4U8vJt09aMc">Open Source Vulnerabilities (OSV)</a> Orchestration, Ingestion</li><li><a href="/pages/IJFf0mnvJcMwQxWIJVle">OWASP Dependency Check</a> Orchestration, Ingestion</li><li><a href="/pages/VZdjQVprimmzNEm0VIBB">Reapsaw</a> Ingestion</li><li><a href="/pages/junvKKzX6wq3CadQWpYB">Semgrep Code (<em>open-source option</em>) </a>Orchestration, Ingestion</li><li><a href="/pages/6QAuma5RdUSV2SS0yeBb">SonarQube/SonarCloud (<em>free option</em>) </a>Orchestration, Extraction, Ingestion</li><li><a href="/pages/CA7ppN7WIZFxgCWDqSgY">Checkov</a> Orchestration, Ingestion</li></ul> | <ul><li><a href="/pages/QnH8bjwfDB8PIon83oCn">Harness Code</a> Orchestration</li><li><a href="/pages/uZ4FcDljjjs96XA6198k">Black Duck Hub</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/v1Q0e6khhg5WzvBDkZrT">Checkmarx</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/XIuKN5grMPYrtPxzCQIr">Checkmarx One</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/VEWA3zmK7B3knJ7P28MQ">CodeQL</a> Ingestion</li><li><a href="/pages/UWFE0VVTpBrZULPzYIDi">Data Theorem</a> Extraction, Ingestion</li><li><a href="/pages/nNFCqq611X3xYMVcqk4J">Fortify on Demand</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/uV4b6LTPCH2UlnrjqMra">Fortify Static Code Analyzer</a> Ingestion</li><li><a href="/pages/4EJVPXXNIXqrkpSOzqGg">Fossa</a> Ingestion</li><li><a href="/pages/xnQAEUwXBOrZ1eDBAL3c">GitHub Advanced Security</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/CKVfl1fCF4CMfV2MB16T">Mend (formerly WhiteSource)</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/YPw69MOGCLYVscYsYoM9">Nexus IQ</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/junvKKzX6wq3CadQWpYB">Semgrep Code (<em>paid option</em>) </a>Orchestration, Ingestion</li><li><a href="/pages/bbbQ3kUykb8IoCXRt6NE">Snyk Code</a> Orchestration, Ingestion</li><li><a href="/pages/hlzEFSNuo7AAPDrhbTVH">Snyk Infrastructure as Code</a> Orchestration, Ingestion</li><li><a href="/pages/jSeFtrwSCMeY6vqsuhUZ">Snyk Open Source</a> Orchestration, Ingestion</li><li><a href="/pages/6QAuma5RdUSV2SS0yeBb">SonarQube/SonarCloud</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/UMXByqUuf7uG127HZM9P">Veracode</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/m3qPNwtqnjhUNoGaeNVx">Wiz</a> Orchestration, Ingestion</li></ul> |

**Artifact scanners**

An artifact scanner can detect one or more of the following issue types in your container images and other artifacts. For information about the specific vulnerabilities detected by each scanner, go to the scanner provider's documentation.

* **SCA (Software Composition Analysis):** Known vulnerabilities in open-source libraries and packages used by the code.
* **Container Scanning:** Identify vulnerabilities in container images.

| Open Source                                                                                                                                                                                                                                                       | Commercial                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li><a href="/pages/6CmdPQFMZ6E40BI9gdP4">Grype</a> Orchestration, Ingestion</li><li><a href="/pages/zl504J0UQqwLFKR00SOj">Aqua Trivy</a> Orchestration, Ingestion</li><li><a href="/pages/tmeH3lMPGU632obBOjBD">Clair</a> Orchestration, Ingestion</li></ul> | <ul><li><a href="/pages/eZiyGHkbDfT2THLxXrL1">Harness Container</a> Orchestration</li><li><a href="/pages/WLHZ8qgSPBjQ1jWhqwUA">Anchore Enterprise</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/8ULXXbHVWig9WaLvS45K">Aqua Security</a> Orchestration, Ingestion</li><li><a href="/pages/KONGmWwXaUstYga5Ebb7">AWS ECR</a> Extraction</li><li><a href="/pages/uZ4FcDljjjs96XA6198k">Black Duck Hub</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/rZuNElRsGBqu61BQCax9">Docker Content Trust (DCT)</a> Orchestration, Ingestion</li><li><a href="/pages/CKVfl1fCF4CMfV2MB16T">Mend (formerly WhiteSource)</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/uHfF4vGNNqedbbhoHTTp">Prisma Cloud (formerly Twistlock)</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/P5UUMxZPexsiNinwV3WJ">Snyk Container</a> Orchestration, Ingestion</li><li><a href="/pages/ffQHSoe9Ci5XFtX7rqwU">Sysdig</a> Orchestration, Ingestion</li><li><a href="/pages/ikyFnPfGWqZZpHHjhukt">Tenable.io</a> Orchestration, Ingestion</li><li><a href="/pages/xE9kaktbYVQxUQNLhAcE">Wiz</a> Orchestration, Ingestion</li><li><a href="/pages/evF2k6vnNH1gZqYn7RwP">JFrog Xray</a> Ingestion</li></ul> |

**Instance scanners**

An instance scanner scans a running application for vulnerabilities by simulating a malicious external actor exploiting known vulnerabilities. This is also known as a DAST (Dynamic Application Security Testing) scan.

For information about the specific vulnerabilities detected by each scanner, go to the scanner provider's documentation.

| Open Source                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Commercial                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <ul><li><a href="/pages/49S3FVsCQYoUEIp0HeVG">Metasploit Framework</a> Orchestration, Ingestion</li><li><a href="/pages/k7IkzmGgMZZmZMcbg5M3">Nikto</a> Orchestration, Ingestion</li><li><a href="/pages/wh16d11M58h54kV0GhtV">Nmap ("Network Mapper")</a> Orchestration, Ingestion</li><li><a href="/pages/WV5FRodEusp7U5EgyjfJ">OpenVAS</a> Orchestration, Ingestion</li><li><a href="/pages/9mE1Nbjye4rkmt08I8zO">ZAP</a> Orchestration, Ingestion</li></ul> | <ul><li><a href="/pages/HZ6r28cmn2aNCNMzCQw0">Burp Enterprise</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/FCUa9DSEkdmqX3cs0JL4">Traceable</a> Orchestration, Extraction, Ingestion</li><li><a href="/pages/nNFCqq611X3xYMVcqk4J">Fortify on Demand</a> Extraction, Ingestion</li><li><a href="/pages/jRgmxJgWZLiuEXsy8i9o">HCL AppScan</a> Ingestion</li><li><a href="/pages/fxv4k647WlipkDpsDLna">Qualys Web Application Scanning (WAS)</a> Ingestion</li><li><a href="/pages/ikyFnPfGWqZZpHHjhukt">Tenable.io Nessus vulnerability scan</a> Orchestration, Ingestion</li><li><a href="/pages/ikyFnPfGWqZZpHHjhukt">Tenable.io Nessus web app scan</a> Orchestration, Ingestion</li></ul> |

**Configuration scanners**

The following scanners detect misconfigurations in your cloud environment that can result in vulnerabilities. For information about the specific vulnerabilities detected by each scanner, go to the scanner provider's documentation.

| Open Source                                                                                                                                                         | Commercial                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| <ul><li><a href="/pages/3ZV2AuGoNCNBtNM7wYmN">ScoutSuite</a> Ingestion</li><li><a href="/pages/dTms74BDE2X5Q8bBUPIP">Prowler</a> Orchestration, Ingestion</li></ul> | <ul><li><a href="/pages/ELJoDtNqKjuEFVSjX7sR">AWS Security Hub</a> Extraction, Ingestion</li></ul> |

**Other scanners**

If you use a scanner that isn't listed above, you can still ingest your scan results into STO.

* If your scanner can publish to SARIF format, go to [Ingest SARIF scan results into STO](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/ingest-sarif-data.md).
* For other scanners, go to [Ingest results from unsupported scanners](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/ingesting-issues-from-other-scanners.md).

***

{% endtab %}
{% endtabs %}

#### Scanners supported with Custom Scan step <a href="#scanners-supported-with-custom-scan-step" id="scanners-supported-with-custom-scan-step"></a>

The following scanners do not have a dedicated step in STO, but they can be used through the [Custom Scan step](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md).

1. [**Clair**](/security-testing-orchestration/use-sto/sto-scanner-configuration/clair-scanner-reference.md)
2. [**Data Theorem**](/security-testing-orchestration/use-sto/sto-scanner-configuration/data-theorem-scanner-reference.md)
3. [**Docker Content Trust**](/security-testing-orchestration/use-sto/sto-scanner-configuration/docker-content-trust-dct-scanner-reference.md)
4. [**Fortify Static Code Analyzer**](/security-testing-orchestration/use-sto/sto-scanner-configuration/fortify-scanner-reference.md)
5. [**Fortify on Demand**](/security-testing-orchestration/use-sto/sto-scanner-configuration/fortify-on-demand-scanner-reference.md)
6. [**HCL AppScan**](/security-testing-orchestration/use-sto/sto-scanner-configuration/hql-appscan-scanner-reference.md)
7. [**Metasploit**](/security-testing-orchestration/use-sto/sto-scanner-configuration/metasploit-scanner-reference.md) *- open-source*
8. [**Nessus**](/security-testing-orchestration/use-sto/sto-scanner-configuration/nessus-scanner-reference.md)
9. [**Nexus**](/security-testing-orchestration/use-sto/sto-scanner-configuration/nexus-scanner-reference.md)
10. [**OpenVAS**](/security-testing-orchestration/use-sto/sto-scanner-configuration/openvas-scanner-reference.md) *- open-source*
11. [**Qualys Web Application Scanning**](/security-testing-orchestration/use-sto/sto-scanner-configuration/qualys-web-app-scanner-reference.md)
12. [**Reapsaw**](/security-testing-orchestration/use-sto/sto-scanner-configuration/reapsaw-scanner-reference.md) - *open-source*
13. [**ScoutSuite**](/security-testing-orchestration/use-sto/sto-scanner-configuration/scoutsuite-scanner-reference.md) - *open-source*
14. [**Tenable**](/security-testing-orchestration/use-sto/sto-scanner-configuration/tenable-scanner-reference.md)
15. [**Veracode**](/security-testing-orchestration/use-sto/sto-scanner-configuration/veracode-scanner-reference.md)
16. [**JFrog Xray**](/security-testing-orchestration/use-sto/sto-scanner-configuration/xray-scanner-reference.md)

If you are looking for scanners that are not available as steps or are not supported through the [Custom Scan](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/custom-scan-reference.md) step, you can use the **Custom Ingest** step to import scan results into STO. For detailed instructions, see [Ingest results from unsupported scanners](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/ingesting-issues-from-other-scanners.md)

### Supported ingestion formats <a href="#supported-ingestion-formats" id="supported-ingestion-formats"></a>

Here are the scanners that support ingestion scan mode in STO and the data format each scanner expects for ingestion into STO.

{% hint style="info" %}
Static Analysis Results Interchange Format (SARIF) is an open JSON format supported by many scan tools, especially tools available as GitHub Actions. Harness STO can [ingest SARIF 2.1.0 data](/security-testing-orchestration/use-sto/sto-custom-scanning-and-ingestion/ingest-sarif-data.md) from any tool that supports this format.

Harness recommends that you publish and ingest using the scanner-specific JSON format when available, because it tends to include more useful information.
{% endhint %}

* **Anchore Enterprise** — JSON
* **Aqua Security** — JSON
* **Aqua Trivy** — JSON *(recommended)*, SARIF
* **AWS ECR** — JSON
* **AWS Security Hub** — JSON
* **Bandit** — JSON *(recommended)*, SARIF
* **Black Duck Hub** — JSON
* **Brakeman** — JSON
* **Burp** — XML
* **Traceable** — JSON
* **Checkmarx** — XML, SARIF
* **CheckmarxOne** — JSON
* **CodeQL** — SARIF
* **Coverity** — XML
* **Data Theorem** — JSON
* **Docker Content Trust** — JSON
* **Fortify** — JSON
* **Fortify on Demand** — JSON
* **Fossa** — JSON
* **Gitleaks** — JSON *(recommended)*, SARIF
* **GitHub Advanced Security** — SARIF
* **HQL AppScan** — XML
* **Grype** — JSON
* **Mend&#x20;*****(formerly Whitesource)*** — JSON
* **ModelScan** — JSON
* **Nessus** — XML
* **Nexus** — JSON
* **Nikto** — XML
* **Nmap** — XML
* **OpenVAS** — JSON
* **OWASP Dependency Check** — JSON
* **Prisma Cloud** — JSON
* **Prowler** — JSON
* **Qualys** — XML
* **Reapsaw** — JSON
* **Semgrep** — SARIF
* **Snyk** — JSON *(recommended)*, SARIF
* **SonarQube** — JSON
* **Sysdig** — JSON
* **Tenable** — JSON
* **Veracode** — XML
* **JFrog Xray** — JSON
* **Wiz** - JSON *(recommended)*, SARIF
* **Zed Attack Proxy (ZAP)** — JSON
* **Checkov** - JSON, SARIF
