File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,13 @@ v31.0.0 (next)
91
91
discovered in a Project. The ``scan_codebase `` and ``scan_packages `` pipelines
92
92
have been updated to create DiscoveredDepdendency objects. The Project API has
93
93
been updated with new fields:
94
+
94
95
- ``dependency_count ``
95
96
- The number of DiscoveredDependencies associated with the project.
97
+
96
98
- ``discovered_dependency_summary ``
97
99
- A mapping that contains following fields:
100
+
98
101
- ``total ``
99
102
- The number of DiscoveredDependencies associated with the project.
100
103
- ``is_runtime ``
@@ -103,6 +106,7 @@ v31.0.0 (next)
103
106
- The number of optional dependencies.
104
107
- ``is_resolved ``
105
108
- The number of resolved dependencies.
109
+
106
110
These values are also available on the Project view.
107
111
https://github.com/nexB/scancode.io/issues/447
108
112
You can’t perform that action at this time.
0 commit comments