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

Fix sbomnix --depth with buildtime dependencies #136

Merged
merged 1 commit into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. Fix sbomnix --depth with buildtime dependencies

    Remove unnecessary optimization from sbomnix, which broke the `sbomnix`
    command line option `--depth` when used together with `--buildtime`
    option.
    
    The removed optimization caused `--buildtime` sboms to always include
    the full closure (all buildtime dependencies) even if `--depth` was
    specified, requesting dependencies only up until specified depth in the
    dependency graph.
    
    Signed-off-by: Henri Rosten <[email protected]>
    henrirosten committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b73b597 View commit details
    Browse the repository at this point in the history