# ThreatScan

## Types of Scans

### Repository Scans

{% hint style="warning" %}
OAuth authentication is required for ThreatScan to grant the privileges necessary to scan your repositories directly from your SCM.&#x20;
{% endhint %}

You can scan your public and private repositories using ThreatScan by [OAuth](/threat-center-1/creating-account/oauth-login.md) authentication through Github, Gitlab, or Bitbucket and then navigate to the ThreatScan dashboard.&#x20;

Once authenticated, the respective SCM repositories will be displayed on the ThreatScan dashboard. &#x20;

### Scan your project using ThreatScan

Once you've authenticated using OAuth, you will have access to your repositories from within our ThreatScan dashboard. To access the dashboard, from the top menu bar, click "ThreatScan."

![](/files/-MiSSUr7uJcLlXxaFAtt)

Your repositories will be available for scanning immediately, as shown in the screenshot below.

![](/files/-MiST0rYd-uWAH9nRg7x)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.threatrix.io/securecore/threatscan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
