> ## 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

> See the pull requests that Vidoc reviewed, their findings, and their scan status, and scan a pull request again.

**Pull requests** shows the pull requests (PRs) that Vidoc reviewed in the current project. GitLab calls them merge requests (MRs). This page is available on all plans.

For the comments that Vidoc writes on the PR, refer to [Pull request reviews](/pull-requests/overview).

## Pull request list

* Use **Search pull requests...** to find a PR by title, number, branch, or author.
* Click **Filters** to set **Repository** and **Review**. **Review** is **All PRs** or **With issues** (PRs with one or more open confirmed issues).

Each row shows the result of the last review:

| Result                        | Meaning                                                    |
| ----------------------------- | ---------------------------------------------------------- |
| `reviewing…`                  | A scan runs now.                                           |
| **Scan failed**               | The last scan did not complete.                            |
| Number of issues per severity | The open confirmed issues of the PR, for example `2 high`. |
| `no issues`                   | The scan completed and found no confirmed issues.          |
| `not reviewed`                | Vidoc did not scan the PR.                                 |

## Pull request page

Click a PR to open its page. The page shows:

* The PR title and a link to the PR on the source code platform.
* The scan status: **Scan requested**, **Scanning…**, **Scan complete**, **Scan failed**, **Scan replaced**, or **Not reviewed**.
* The findings of the PR. Click a finding to open the [issue panel](/web-app/findings#issue-panel) with the PR diff.

While a new scan runs, the page shows the results of the previous scan until the new scan ends.

## Scan a pull request again

**Rerun scan** scans the current changes of the PR again. It shows in the list and on the PR page.

* While a scan runs, the button is **Restart scan**. It replaces the running scan with a new scan.
* You can scan only open PRs.
* PR reviews must be on for the repository. Refer to [Repositories](/web-app/repositories#turn-on-pr-reviews).
* You need the Developer role or higher.

You can also start a scan from the PR with a command. Refer to [Commands and questions](/pull-requests/commands).
