We discussed that with @diox in Slack. We'd like to extract the different score values returned by the ML API and store them in the scanner results.
We'll have an aggregate score that we'll set on the ScannerResult created by the call_ml_api task (see #7209).
We'll have one score per scanner result sent to the API and we'll set this score to the corresponding ScannerResult (customs results will always have a score, for other scanners we'll see).
This issue is related to #7210.
We discussed that with @diox in Slack. We'd like to extract the different
scorevalues returned by the ML API and store them in the scanner results.We'll have an aggregate score that we'll set on the
ScannerResultcreated by thecall_ml_apitask (see #7209).We'll have one score per scanner result sent to the API and we'll set this score to the corresponding
ScannerResult(customs results will always have a score, for other scanners we'll see).This issue is related to #7210.