File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Unreleased
21
21
The Package vulnerabilities are now included in the CycloneDX SBOM when available.
22
22
https://github.com/nexB/scancode.io/issues/807
23
23
24
+ - Improve the inspect_manifest pipeline to accept archives as inputs.
25
+ https://github.com/nexB/scancode.io/issues/1034
26
+
24
27
v33.0.0 (2024-01-16)
25
28
--------------------
26
29
Original file line number Diff line number Diff line change 27
27
28
28
class InspectPackages (ScanCodebase ):
29
29
"""
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.
32
31
33
32
Supports resolved packages for:
34
33
- Python: using nexB/python-inspector, supports requirements.txt and
You can’t perform that action at this time.
0 commit comments