> For the complete documentation index, see [llms.txt](https://docs.xygeni.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xygeni.io/xygeni-products/secrets-security/secrets-scanner/secrets-scanner-configuration.md).

# Secrets scanner configuration

## Detectors

Please read the documentation on [secret detectors available](https://docs.xygeni.io/xydocs/secrets/detectors/index.html).

## Configuration

The Secrets Scanner is configured in the YAML file `config/xygeni.secrets.yml`:<br>

Detectors are configured with different YAML files located under the `conf/secrets` directory of the xygeni scanner. There is a sample `_template.yml_` file that could be used for creating your own detectors.

{% hint style="info" %}
To avoid scanner updates overwriting your configurations, you may define a directory where custom detectors could be loaded with the `--custom-detectors-dir` command-line argument.
{% endhint %}

### Secrets Detectors <a href="#detectors" id="detectors"></a>

Please read the documentation on [Secrets detectors available](https://detectors.xygeni.io/xydocs/secrets/detectors/index.html).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.xygeni.io/xygeni-products/secrets-security/secrets-scanner/secrets-scanner-configuration.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.
