You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vulnerabilities/pipelines/v2_importers/vmware_photon_importer_v2.py
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -53,20 +53,20 @@ def steps(cls):
53
53
)
54
54
55
55
deffetch(self):
56
+
"""
57
+
Fetches all JSON files from the repository index and extracts records. Each record is enriched with the source URL(contains the photon version) for traceability.
0 commit comments