Skip to content

Commit

Permalink
Fix docstring summary for the InspectPackages pipeline #1034
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jan 25, 2024
1 parent 0ff317f commit 71f33c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------

Expand Down
3 changes: 1 addition & 2 deletions scanpipe/pipelines/inspect_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71f33c7

Please sign in to comment.