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

# Mjolnir Configuration

> Review and adjust Mjolnir settings for an active pentest

The Configuration page is a read-only view of how Mjolnir is set up for a given pentest, plus a place to tune PR Review settings without going through the full setup wizard.

Open it from **Security testing > Full pentests > Pentest settings** in the sidebar. If you have multiple Mjolnir-configured pentests, use the pentest selector in the page header to switch between them.

To change anything other than PR Review settings, use the **Edit in Setup Wizard** button — it takes you back to the wizard with the current configuration loaded as a draft.

## Targets

The **Targets** section shows the primary target URL Mjolnir tests, plus any extra domains in scope. These come from [Step 2: Scope & Connectivity](/mjolnir/setup/scope-and-connectivity) of the setup wizard.

## Repositories

The **Repositories** section shows the primary repository and any additional repositories Mjolnir analyses for this pentest. These come from [Step 3: Code & Documentation](/mjolnir/code-and-docs/repositories).

## PR Review

The PR Review section is the one place on this page that's directly editable. It controls how Mjolnir behaves on pull requests. PR Review settings only appear if you have an active [GitHub integration](/platform/integrations/github).

| Setting                         | Description                                                                                                                           |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| **Enable PR review**            | Turn the Mjolnir GitHub Check on or off for this pentest                                                                              |
| **Trigger mode**                | Review on PR open only, or review on every push                                                                                       |
| **Blocking severity threshold** | Fail the GitHub Check on Critical only, High and above, Medium and above, or never                                                    |
| **Auto-suppression**            | When the same finding pattern is dismissed across multiple PRs, automatically create a [suppression rule](/mjolnir/suppression-rules) |
| **Auto-suppression threshold**  | How many distinct PRs must dismiss a pattern before auto-suppression fires (minimum 2)                                                |

Changes are saved automatically when you toggle a switch, change a select, or blur a numeric field.

<Card title="PR Reviews" icon="git-pull-request" href="/mjolnir/pr-reviews">
  Learn how the PR review flow works end to end
</Card>

## Documents

If you uploaded supporting documents in [Step 3](/mjolnir/code-and-docs/repositories), they appear here so you can see what Mjolnir has on file. To replace them, use **Edit in Setup Wizard**.

## Empty state

If you haven't configured Mjolnir yet for any pentest, this page links you to the setup wizard instead.
