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

# Container Scanner

All open source scanners are known to produce a certain amount of false positives. Meterian’s Container Scanner is specifically designed to address this flaw.  It's a meta-scanner that integrates:

* three open-source scanners engines
  * Trivy
  * Grype
  * Syft
* the Meterian proprietary container scanner
* a final validation stage in the cloud

The final validation in the cloud, which is based on the Meterian curated NVD/MITRE database, minimises the occurrence of false positives. Moreover, the results from the Meterian meta-scanner include the full list of licences for each discovered component and the full upgrade path, where available. This product is fully integrated into the Meterian product line and produces the same easy-to-read reports as any project scanned (see an example [here](https://www.meterian.com/projects/?pid=203e257b-84ab-433d-9c69-fc8ad3d229d1\&branch=latest))

The Meterian Container Scanner is a separate product from the standard Meterian Client and has to be licensed separately.

Find out more on the usage in the next page.


---

# 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.meterian.io/containers-support/container-scanner.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.
