File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 119119 ubuntu_osv_importer_v2 .UbuntuOSVImporterPipeline ,
120120 alpine_linux_importer_v2 .AlpineLinuxImporterPipeline ,
121121 vcs_collector_importer_v2 .VSCCollectorPipeline ,
122- nvd_importer .NVDImporterPipeline ,
123122 github_importer .GitHubAPIImporterPipeline ,
124123 gitlab_importer .GitLabImporterPipeline ,
125124 github_osv .GithubOSVImporter ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def steps(cls):
4141
4242 def clone (self ):
4343 """Clone the repository."""
44- self .repo_url = "git+https://github.com/ziadhany /vulnerablecode-vcs-collector"
44+ self .repo_url = "git+https://github.com/aboutcode-data /vulnerablecode-vcs-collector"
4545 self .log (f"Cloning `{ self .repo_url } `" )
4646 self .vcs_response = fetch_via_vcs (self .repo_url )
4747
You can’t perform that action at this time.
0 commit comments