From 71f33c7dee7e3ec61df3355e8a866dd95714d4d8 Mon Sep 17 00:00:00 2001 From: tdruez Date: Thu, 25 Jan 2024 12:35:38 -0700 Subject: [PATCH] Fix docstring summary for the InspectPackages pipeline #1034 Signed-off-by: tdruez --- CHANGELOG.rst | 3 +++ scanpipe/pipelines/inspect_packages.py | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc247b2c4..f26e9c1a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,9 @@ Unreleased The Package vulnerabilities are now included in the CycloneDX SBOM when available. https://github.com/nexB/scancode.io/issues/807 +- Improve the inspect_manifest pipeline to accept archives as inputs. + https://github.com/nexB/scancode.io/issues/1034 + v33.0.0 (2024-01-16) -------------------- diff --git a/scanpipe/pipelines/inspect_packages.py b/scanpipe/pipelines/inspect_packages.py index 98e67875d..6d43b41d6 100644 --- a/scanpipe/pipelines/inspect_packages.py +++ b/scanpipe/pipelines/inspect_packages.py @@ -27,8 +27,7 @@ class InspectPackages(ScanCodebase): """ - Inspect a codebase/package with one or more manifest files and - resolve their associated packages. + Inspect a codebase manifest files and resolve their associated packages. Supports resolved packages for: - Python: using nexB/python-inspector, supports requirements.txt and