@@ -16,7 +16,7 @@ and run the appropriate pipeline.
16
16
ScanCode.io offers several :ref: `built_in_pipelines ` depending on your input, see
17
17
the :ref: `faq_which_pipeline ` below.
18
18
19
- As an alternative, I you simply which to run a pipeline without installing ScanCode.io
19
+ As an alternative, If you simply which to run a pipeline without installing ScanCode.io
20
20
you may use the Docker image to run pipelines as a single command:
21
21
22
22
.. code-block :: bash
@@ -41,7 +41,7 @@ Here are some general guidelines based on different input scenarios:
41
41
- If you have a **Docker image ** as input, use the
42
42
:ref: `analyze_docker_image <pipeline_analyze_docker_image >` pipeline.
43
43
- For a full **codebase compressed as an archive **, optionally also with
44
- it's **pre-resolved dependenices **, and want to detect all the packages
44
+ it's **pre-resolved dependencies **, and want to detect all the packages
45
45
present linked with their respective files, use the
46
46
:ref: `scan_codebase <pipeline_scan_codebase >` pipeline.
47
47
- If you have a **single package archive **, and you want to get information
@@ -58,7 +58,7 @@ Here are some general guidelines based on different input scenarios:
58
58
resolve packages from their package requirements, use the
59
59
:ref: `resolve_dependencies <pipeline_resolve_dependencies >` pipeline.
60
60
- When you have application **package archives/codebases ** and optionally also
61
- their **pre-resolved dependenices ** and you want to **inspect packages **
61
+ their **pre-resolved dependencies ** and you want to **inspect packages **
62
62
present in the package manifests and dependency, use the
63
63
:ref: `inspect_packages <pipeline_inspect_packages >` pipeline.
64
64
- For scenarios involving both a **development and deployment codebase **, consider using
@@ -102,8 +102,8 @@ data:
102
102
.. image :: images/license-clarity-scan-summary.png
103
103
104
104
In contrast, the :ref: `scan_codebase <pipeline_scan_codebase >` pipeline is more of a
105
- general purpose pipeline and make no such single package assumption.
106
- It does not not compute such summary.
105
+ general purpose pipeline and makes no such single package assumption.
106
+ It does not compute such summary.
107
107
108
108
You can also have a look at the different steps for each pipeline from the
109
109
:ref: `built_in_pipelines ` documentation.
0 commit comments