# Set Up Vulnerability Monitoring Source

You can integrate Sprinto with widely used vulnerability monitoring tools to automate detection and tracking of security flaws across your infrastructure and application code.

Once connected, Sprinto retrieves vulnerability logs from the configured source and automatically triggers system-status checks mapped to compliance frameworks.

***

### Before You Begin

Ensure the following:

* You have administrator access to the Sprinto dashboard.
* You have administrator or integration-level permissions on the monitoring source (e.g. AWS, GitLab, Snyk).
* Your desired source is supported by Sprinto (see list below).

***

### Supported Monitoring Sources

Sprinto supports integrations across:

<table><thead><tr><th width="164.796875">Category</th><th width="455.58203125">Examples</th></tr></thead><tbody><tr><td><strong>Infrastructure</strong></td><td>AWS Inspector, Google Security Center</td></tr><tr><td><strong>Codebase</strong></td><td>GitLab, Dependabot, SLSCan, Snyk, SonarCloud</td></tr><tr><td><strong>Endpoints</strong></td><td>CrowdStrike Spotlight, Microsoft Defender for Endpoints</td></tr><tr><td><strong>Ticketing</strong></td><td>Jira</td></tr></tbody></table>

If your service is not supported, you can instead configure manual workflow checks. See: [Create and Manage Workflow Checks](https://chatgpt.com/g/g-p-682c1aeced3481919aef33cebb2d490f-sprinto-documentation-overhaul/c/686e0f92-5a1c-8006-b421-407af2e29ff7#).

***

### Procedure

To connect a new vulnerability monitoring source:

1. Log in to the Sprinto Dashboard.
2. Go to **Data Library > Vulnerabilities**.
3. Click **+ Add monitoring source**.

<figure><img src="/files/MbIw0pcQ7XaOgnyIPgMN" alt="" width="563"><figcaption></figcaption></figure>

4. In the pop-up, browse or search the available services (For example, GitLab, AWS Inspector and so on).
5. Click **Choose** next to the service you want to add.

<figure><img src="/files/SK6mazideGD3uzvvif5G" alt="" width="563"><figcaption></figcaption></figure>

6. Follow the onscreen instructions to authenticate and configure the integration.
   * For example, when configuring Jira, Sprinto will:
     1. Run checks across all tracked projects.
     2. Continuously track vulnerabilities.
     3. Monitor SLA compliance for issue closures.
7. Once successfully connected, you’ll see the service listed on the **Overview** tab with open vulnerabilities (if any) and associated compliance controls.

***

### Manage AWS Inspector Resources

Sprinto allows you to control which AWS Inspector resources are actively monitored for vulnerabilities. This helps you limit monitoring to specific assets within a connected AWS account, ensuring that only relevant resources are included in vulnerability tracking and compliance checks.

Use this option to add or remove monitored Inspector resources without disconnecting the AWS Inspector integration.

#### Procedure

1. Go to **Data Library > Vulnerabilities**.
2. Select **AWS Inspector** from the left navigation panel.
3. Click **Manage AWS Inspector**.

<figure><img src="/files/Mgjy2IteQCtVMBvcOJmo" alt="" width="563"><figcaption></figcaption></figure>

4. In the side panel, locate the AWS account you want to update.
5. Click **Manage assets** next to the account.

<figure><img src="/files/KZtMhEAdQVBPy0LhgoNg" alt="" width="375"><figcaption></figcaption></figure>

6. In the **Choose Inspector resources to monitor** window:
   1. Review the available Inspector resources.
   2. Select the resources you want Sprinto to monitor.
   3. Clear the selection for resources you no longer want monitored.
7. Click **Choose** to save the changes.

<figure><img src="/files/i2hJocwIrZCF6sPyBX3E" alt="" width="563"><figcaption></figcaption></figure>

Sprinto updates the monitored asset list for the selected AWS account and displays the revised asset count under the account details.

***

### Troubleshooting

If you see an *Issues detected in Integrations* banner, this means Sprinto has detected sync or credential errors in one or more sources.

* Click **View and Fix** to go to the Integrations page.
* Follow the prompts to reauthenticate or reconfigure the affected integration.

***

### Result

Your monitoring source is now active. Sprinto will begin fetching vulnerability logs and activating system-status checks as per your compliance setup.

You can now:

* View vulnerabilities under each service tab (e.g. *Google Security Center*).
* Track severity, assigned owner, and due dates.
* Trigger remediation workflows based on the source findings.


---

# 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.sprinto.com/data-library/vulnerabilities/dashboard-actions/set-up-vulnerability-monitoring-source.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.
