Overriding scores
Parameters used to control the score thresholds
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
Last updated