File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ DiscoveredPackage
28
28
:undoc-members:
29
29
:member-order: groupwise
30
30
31
+ DiscoveredDependency
32
+ --------------------
33
+ .. autoclass :: scanpipe.models.DiscoveredDependency()
34
+ :members:
35
+ :undoc-members:
36
+ :member-order: groupwise
37
+
31
38
ProjectError
32
39
------------
33
40
.. autoclass :: scanpipe.models.ProjectError()
Original file line number Diff line number Diff line change @@ -1075,7 +1075,7 @@ def model_fields(cls):
1075
1075
1076
1076
class ProjectError (UUIDPKModel , ProjectRelatedModel ):
1077
1077
"""
1078
- Stores errors and§ exceptions raised during a pipeline run.
1078
+ Stores errors and exceptions raised during a pipeline run.
1079
1079
"""
1080
1080
1081
1081
created_date = models .DateTimeField (auto_now_add = True , editable = False )
@@ -2552,7 +2552,7 @@ def create_from_data(
2552
2552
`dependency_data` before looking up the corresponding CodebaseResource
2553
2553
for `datafile_path`. This is used in the case where Dependency data is
2554
2554
imported from a scancode-toolkit scan, where the root path segments are
2555
- not stripped for `datafile_path`s .
2555
+ not stripped for `datafile_path`.
2556
2556
"""
2557
2557
required_fields = ["purl" , "dependency_uid" ]
2558
2558
missing_values = [
You can’t perform that action at this time.
0 commit comments