Skip to content
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

Helper CLI function for merging muliple analyzer results into one #5317

Commits on May 4, 2022

  1. Helper CLI function for merging muliple analyzer results into one

    This helper CLI function is used by Porsche to solve the issue oss-review-toolkit#4364
    
    The rationale behind this is that some projects at Porsche deliver individual analyzer-results for each subproject in a large monorepo. The FOSS analysts need to see a condensed form of the individual dependency graphs across the project monorep. We solve this issue by merging all individual analyzer results into one.
    
    Signed-off-by: Rainer Bieniek <[email protected]>
    porsche-rbieniek committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3921be8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. This helper CLI function is used by Porsche to solve the issue oss-re…

    …view-toolkit#4364
    
    The rationale behind this is that some projects at Porsche deliver individual analyzer-results for each subproject in a large monorepo. The FOSS analysts need to see a condensed form of the individual dependency graphs across the project monorep. We solve this issue by merging all individual analyzer results into one.
    
    This commit fixes issues raised during the community code review.
    
    Signed-off-by: Rainer Bieniek <[email protected]>
    porsche-rbieniek committed May 12, 2022
    Configuration menu
    Copy the full SHA
    70ab18b View commit details
    Browse the repository at this point in the history