Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oss-review-toolkit/ort
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b28abce
Choose a base ref
...
head repository: oss-review-toolkit/ort
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a0f8f8c
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

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
Loading