Skip to content

Commit 9cb2107

Browse files
committed
Modify importer_yielder.py to fully utilise github importer
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
1 parent 77702fd commit 9cb2107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/importer_yielder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
'data_source': 'GitHubAPIDataSource',
180180
'data_source_cfg': {
181181
'endpoint': 'https://api.github.com/graphql',
182-
'ecosystems': ['MAVEN', 'NUGET', 'COMPOSER']
182+
'ecosystems': ['MAVEN', 'NUGET', 'COMPOSER', 'PIP', 'RUBYGEMS']
183183
}
184184
},
185185
{

0 commit comments

Comments
 (0)