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

feat(scanner): add '--packages-depth' parameter. #8372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 4, 2024

  1. feat(scanner): add '--packages-depth' parameter

    The '--packages-depth' parameter allows not to scan the whole
    dependency tree. For example, if you use 'scan --packages-depth 1'
    then the scan will be performed on projects and the first level of
    packages (i.e. the direct dependencies).
    By default, the value is -1, which means no limit, all packages
    will be scanned.
    
    Signed-off-by: François Barbe <f.barbe@lectra.com>
    fb33 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a0f8f8c View commit details
    Browse the repository at this point in the history