You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `fetchConcluded` option will be removed from the endpoint on DOS API,
so remove the option from the DOS scanner configuration, and the `options`
parameter from the `ScanResultsRequestBody` class.
This option was an experimental feature in the early development, and was
mainly used to see the effects of the license conclusions before the DOS
API also supported being used as a package configurations provider. There
will be changes coming to the access to license conclusions on DOS API as
users will be allowed to create their own license conclusions, and these
will be linked to the organization the user belongs in, and the license
conclusions will then be returned based on which organization they are
queried for, so the scan results endpoint will be changed to only return
the actual scanner findings (so in practice will behave as if
`fetchConcluded` was set to `false`) to reduce maintenance efforts.
Signed-off-by: Johanna Lamppu <[email protected]>
0 commit comments