> 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/command-line-parameters/overriding-scores.md).

# Overriding scores

The container scanner uses a default set of score thresholds in order to validate if an analysis is successful or not. Those thresholds can also be changed using the account dashboard, using the general configuration or a specific tag configuration. However, the container scanner allows overriding such thresholds with command line parameters.

**`--min-security`**\
Specifies the minimum security score to pass the build, overriding what's currently configured in the dashboard. \
Default: 90 or whatever is provided in the account \
Example: **`--min-security=97`**

**`--min-stability`**\
Specifies the minimum stability score to pass the build, overriding what's currently configured in the dashboard. \
Default: 80 or whatever is provided in the account \
Example: **`--min-stability=97`**

**`--min-licensing`**\
Specifies the minimum licensing score to pass the build, overriding what's currently configured in the dashboard. \
Default: 95 or whatever is provided in the account. \
Example: **`--min-stability=97`**


---

# 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/command-line-parameters/overriding-scores.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.
