@@ -25,18 +25,27 @@ Here are some general guidelines based on different input scenarios:
2525
2626- If you have a **Docker image ** as input, use the
2727 :ref: `analyze_docker_image <pipeline_analyze_docker_image >` pipeline.
28- - For a full **codebase compressed as an archive **, choose the
28+ - For a full **codebase compressed as an archive **, optionally also with
29+ it's **pre-resolved dependenices **, and want to detect all the packages
30+ present linked with their respective files, use the
2931 :ref: `scan_codebase <pipeline_scan_codebase >` pipeline.
30- - If you have a **single package archive **, opt for the
32+ - If you have a **single package archive **, and you want to get information
33+ on licenses, copyrights and package metadata for it, opt for the
3134 :ref: `scan_single_package <pipeline_scan_single_package >` pipeline.
3235- When dealing with a **Linux root filesystem ** (rootfs), the
3336 :ref: `analyze_root_filesystem_or_vm_image <pipeline_analyze_root_filesystem >` pipeline
3437 is the appropriate choice.
3538- For processing the results of a **ScanCode-toolkit scan ** or **ScanCode.io scan **,
3639 use the :ref: `load_inventory <pipeline_load_inventory >` pipeline.
37- - When you have **manifest files **, such as a
38- **CycloneDX BOM, SPDX document, lockfile **, etc.,
39- use the :ref: `inspect_packages <pipeline_inspect_packages >` pipeline.
40+ - When you want to import **SPDX/CycloneDX SBOMs or ABOUT files ** into a project,
41+ use the :ref: `load_sbom <pipeline_load_sbom >` pipeline.
42+ - When you have **lockfiles or other package manifests ** in a codebase and you want to
43+ resolve packages from their package requirements, use the
44+ :ref: `resolve_dependencies <pipeline_resolve_dependencies >` pipeline.
45+ - When you have application **package archives/codebases ** and optionally also
46+ their **pre-resolved dependenices ** and you want to **inspect packages **
47+ present in the package manifests and dependency, use the
48+ :ref: `inspect_packages <pipeline_inspect_packages >` pipeline.
4049- For scenarios involving both a **development and deployment codebase **, consider using
4150 the :ref: `map_deploy_to_develop <pipeline_map_deploy_to_develop >` pipeline.
4251
0 commit comments