# Auditor config

1. Navigate to the Auditor section

<figure><img src="/files/c3knKWnhwh9MrJJ6d8Zv" alt=""><figcaption></figcaption></figure>

1. On the Auditor config page, fill in the details for accessing your resources:

<figure><img src="/files/tIp5IKHapEsQQWiVDq5q" alt=""><figcaption></figcaption></figure>

2.1. Authentication section:

* ***Auditor URL***: The host on which Auditor is installed
* ***Access token***: Access token received during Auditor installation

<figure><img src="/files/6bADkyMr2dEPmGa9BHsd" alt=""><figcaption></figcaption></figure>

2.2. Enable or disable the ***Verify SSL*** option to verify the SSL certificate

If the data is correct, you will see a confirmation of connection and successful authentication

<figure><img src="/files/qUs7uPJ3qfkhgYqlZrAt" alt=""><figcaption></figcaption></figure>

2.3. Activate ***Group asset of different types*** to optimize the number of pipelines

<figure><img src="/files/hU6GhT7HNYCP3bQqdGMU" alt=""><figcaption></figcaption></figure>

2.4. Enter the credentials of a ***private SSH key*** to connect to your repository to inspect the **code**

<figure><img src="/files/WEWes3pLXXxJTPLwZ5xP" alt=""><figcaption></figcaption></figure>

2.5. Specify the data of your docker registry where the **images** to be scanned are located

<figure><img src="/files/9WJGdQa24Ns35qNucBjn" alt=""><figcaption></figcaption></figure>

2.6. If you have an image of your own job (e.g. of a scanner) add it in ***Docker credentials to pull job images*** section

<figure><img src="/files/uasFiHYs4DK0i5k6WoLH" alt=""><figcaption></figcaption></figure>

Enter a credencial to your registry:

<figure><img src="/files/KcV3lbNLQiZ6FzMA0Ii6" alt=""><figcaption></figcaption></figure>

2.7 Adjust the "Code Downloader" job settings

<figure><img src="/files/Fu4hQthdOLiitdHoRDBp" alt=""><figcaption></figcaption></figure>

You need to scroll down to the command section

<figure><img src="/files/nWzSKoKHL9ZB0YDVxtvx" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.whitespots.io/appsec-portal/features/vulnerability-discovery/auditor-settings/auditor-config.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
