> 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/open-source-security-oss/dependency-scanner/dependency-scanner-configuration.md).

# Dependency scanner configuration

### Configuration <a href="#configuration" id="configuration"></a>

The scanner configuration file, named `conf/xygeni.scan-deps.yml`, specifies properties for:

* Selecting Files to Include or Exclude. For example, in Node.js projects, it's common practice to exclude the `node_modules` directory to prevent issues with outdated or
* SBOM Configuration and report output.
* Configuration for each ecosystem analyzer.
* Scan configuration properties like timeouts and mode = sequential or parallel.

{% hint style="info" %}
Arguments from the command line have priority over properties in this file.
{% endhint %}

### Dependencies Analyzers <a href="#analyzers" id="analyzers"></a>

Dependencies for each ecosystem are processed by a specific analyzer. The analyzer processes dependency's descriptors to extract direct and indirect dependencies, resolve their versions, and gather context information like licensing, provenance and other metadata.

{% hint style="info" %}
See [Supported Package Managers for dependency resolution](/xygeni-products/open-source-security-oss/supported-package-managers-for-dependency-resolution.md) for the list of supported package managers.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xygeni.io/xygeni-products/open-source-security-oss/dependency-scanner/dependency-scanner-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
