-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to merge multiple analyzer / scanner results into a single report #5620
Comments
I've changed the title to make more clear that the ask is not to merge a single analyzer result with a single scanner result (which, as explained here, is not necessary as the scanner result includes the analyzer result). Instead the request seems to be to merge multiple ORT result files (be it analyzer or scanner result files) into one in order to pass it to the reporter to create a single report. As outlined in the similar issue #4364 and the review of PR #5317 which tried to implement merging of analyzer result files as a That's why I've proposed to instead create a special reporter that can take multiple ORT result fields as input and creates a single combined attribution document as the output. So, @arieltorti, would you be fine with closing this and continuing the discussion as part of #4364? |
Sounds good, it's the exact same use case and the solution you proposed works for us. I'm fine with closing this issue. |
@arieltorti I think this should be a duplicate |
@sschuberth sorry if I'm not getting this, I'm confused: #4364 is Open but the PR is merged. What's the current status of the functionality? Does it still require some development? (we can help here) |
So the only thing to get this working is #5519 ? I want to know if there is more to be done, so we could help. |
Yes, that's currently your best bet.
That for offering help! Most of the ORT contributors are on summer vacation currently, so reviews will be slowed down a bit... but if you're interested in the feature, I'd say you could try out #5519 and review the code / leave feedback in the PR discussion. |
We are using ORT to extract licenses and export dependency graphs from our microservices.
Summarizing, our workflow is to periodically run ORT on each microservice before doing a release while having separate process generate aggregated reports of all our services. Currently we are generating individual reports for each repo, but we would like to have an aggregated report instead.
Would it be possible to merge several results from ORT Analyzer and ORT Scanner into one file so that we can export a single report for our entire codebase ?
The text was updated successfully, but these errors were encountered: