Skip to content

Commit 71f33c7

Browse files
committed
Fix docstring summary for the InspectPackages pipeline #1034
Signed-off-by: tdruez <[email protected]>
1 parent 0ff317f commit 71f33c7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Unreleased
2121
The Package vulnerabilities are now included in the CycloneDX SBOM when available.
2222
https://github.com/nexB/scancode.io/issues/807
2323

24+
- Improve the inspect_manifest pipeline to accept archives as inputs.
25+
https://github.com/nexB/scancode.io/issues/1034
26+
2427
v33.0.0 (2024-01-16)
2528
--------------------
2629

scanpipe/pipelines/inspect_packages.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727

2828
class InspectPackages(ScanCodebase):
2929
"""
30-
Inspect a codebase/package with one or more manifest files and
31-
resolve their associated packages.
30+
Inspect a codebase manifest files and resolve their associated packages.
3231
3332
Supports resolved packages for:
3433
- Python: using nexB/python-inspector, supports requirements.txt and

0 commit comments

Comments
 (0)