We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff317f commit 71f33c7Copy full SHA for 71f33c7
CHANGELOG.rst
@@ -21,6 +21,9 @@ Unreleased
21
The Package vulnerabilities are now included in the CycloneDX SBOM when available.
22
https://github.com/nexB/scancode.io/issues/807
23
24
+- Improve the inspect_manifest pipeline to accept archives as inputs.
25
+ https://github.com/nexB/scancode.io/issues/1034
26
+
27
v33.0.0 (2024-01-16)
28
--------------------
29
scanpipe/pipelines/inspect_packages.py
@@ -27,8 +27,7 @@
class InspectPackages(ScanCodebase):
"""
30
- Inspect a codebase/package with one or more manifest files and
31
- resolve their associated packages.
+ Inspect a codebase manifest files and resolve their associated packages.
32
33
Supports resolved packages for:
34
- Python: using nexB/python-inspector, supports requirements.txt and
0 commit comments