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

# Pull Requests

> Review security scans on GitHub pull requests

The Pull Requests page shows security scan results for GitHub PRs, helping you catch issues before code is merged.

## Pull Request List

View all PRs with security scans:

| Column         | Description                                       |
| -------------- | ------------------------------------------------- |
| **PR**         | PR number and title                               |
| **Repository** | Source repository                                 |
| **Status**     | Scan status (Pending, Scanning, Complete, Failed) |
| **Issues**     | Number of security issues found                   |
| **Created**    | When the PR was opened                            |

## PR Detail View

Click a PR to see:

* **Security issues** introduced in this PR
* **Code changes** that triggered each finding
* **Link to GitHub** for the full PR context
* **Scan history** for the PR

### PR-Specific Filtering

Issues shown are filtered to changes in the PR only. This helps you focus on new vulnerabilities rather than pre-existing issues.

## Scan Triggers

PRs are automatically scanned when:

1. **PR Created** - Initial scan on new PR
2. **PR Updated** - Re-scan when new commits are pushed
3. **Manual Trigger** - Click "Scan" on the PR

<Info>
  Auto-scan requires [GitHub Integration](/github/setup) to be configured.
</Info>

## PR Status Indicators

| Status       | Meaning                   |
| ------------ | ------------------------- |
| **Pending**  | Scan queued               |
| **Scanning** | Scan in progress          |
| **Complete** | Scan finished             |
| **Failed**   | Scan encountered an error |

## GitHub PR Comments

When scans complete, Vidoc posts findings as PR comments:

* **Inline comments** on specific lines of code
* **Summary comment** with all findings

See [PR Comments](/github/pr-comments) to configure comment behavior.

## Enabling PR Scans

To scan PRs automatically:

1. [Connect GitHub](/github/setup)
2. Enable auto-scan for the repository
3. Create or update a PR

## Related Pages

<CardGroup cols={2}>
  <Card title="Issues" icon="bug" href="/dashboard/issues">
    View all security findings
  </Card>

  <Card title="PR Comments" icon="comment" href="/github/pr-comments">
    Configure PR comment settings
  </Card>

  <Card title="Auto Scan" icon="rotate" href="/github/auto-scan">
    Configure automatic scanning
  </Card>

  <Card title="Repositories" icon="code" href="/dashboard/repositories">
    Manage repositories
  </Card>
</CardGroup>
