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

# How to re-run a Semgrep Managed Scan

You can re-run full scans from the **Projects** page in Semgrep AppSec Platform.

There is no manual "re-run" action for pull request (PR) or merge request (MR) Semgrep Managed Scans. To re-run a PR or MR scan, push a new commit to the PR or MR branch. This triggers a new scan automatically.

If no code changes are needed, you can push an empty commit:

```bash theme={null}
git commit --allow-empty -m "Trigger Semgrep scan"
git push
```
