Open
Description
Hello
In the recent release of ORT the toolkit stores scan results in several types like db, http, local.
I am using the http(artifactory) as a storage and the final shape of the stored results looks like this:
Where the folder artifacts
contains the cached results for opensource libraries while the folder repository
contains cached results of the scanned project.
My Use Case is to share the same scanned results with multiple projects only for opensoure libraries.
Is it possible to configure ORT not to store the repository
results or store them in other place than the artifacts
scan-results?