> ## Documentation Index
> Fetch the complete documentation index at: https://zeropath.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# UVM Integration

> Push ZeroPath scanner results to Wiz Universal Vulnerability Management

## Overview

ZeroPath can push scanner results directly to Wiz Universal Vulnerability Management (UVM), allowing you to view and manage ZeroPath findings alongside your other Wiz security data.

## Prerequisites

Before setting up UVM integration, ensure you have:

* Wiz UVM enabled in your Wiz account
* The necessary Wiz API permissions (see [Required Permissions](#required-permissions))

### Enabling Wiz UVM

If Wiz UVM is not already enabled on your account:

1. Navigate to your Wiz dashboard
2. Go to **Settings → Preview & Migration Hub**
3. Enable **Universal Vulnerability Management (UVM)**

## How It Works

Once configured, ZeroPath automatically uploads scanner results to your Wiz UVM dashboard:

1. ZeroPath scans your repositories and identifies security findings
2. Both SAST and SCA findings are formatted for Wiz UVM compatibility
3. Results are automatically pushed to your Wiz instance
4. View and manage findings in your Wiz UVM interface

If a scan produces SCA findings but no SAST findings (for example, when all SAST findings are filtered by score or policy), the SCA results are still exported to Wiz.

The uploaded results appear in your Wiz UVM dashboard, allowing you to:

* View ZeroPath findings alongside other Wiz security data
* Use Wiz's workflow and remediation features
* Correlate application security findings with infrastructure context

## Required Permissions

For UVM integration, your Wiz API credentials need:

```
create:external_data_ingestion
read:system_activities
read:sast_findings
```

These permissions allow ZeroPath to:

* Upload scanner results to Wiz UVM
* Verify upload status and sync findings

## Troubleshooting

### Scanner Results Not Appearing in Wiz

* **Verify UVM is enabled**: Confirm that Wiz UVM is active in Settings → Preview & Migration Hub
* **Check API permissions**: Ensure your Wiz API credentials have the `create:external_data_ingestion` permission
* **Review integration status**: Check the integration status in ZeroPath settings to ensure the connection is active
* **Check for sync delays**: Results may take a few minutes to appear in Wiz after a scan completes

### Upload Errors

* **Verify API endpoint**: Ensure the Wiz API endpoint is correctly configured in your integration settings
* **Check credentials**: Confirm your Client ID and Client Secret are valid and have not expired
* **Review rate limits**: If you're uploading large volumes of findings, you may encounter Wiz API rate limits
