# Overriding scores

The client 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 client 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: 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/the-client/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.
