Skip to content

Commit 8a1f30a

Browse files
committed
fix typo in importer
Signed-off-by: Tushar912 <tushar.912u@gmail.com>
1 parent 5eb2ea4 commit 8a1f30a

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

vulnerabilities/importer_yielder.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,15 @@
227227
'data_source_cfg': {},
228228
},
229229
{
230-
'name': 'elixir_security',
231-
'license': '',
232-
'last_run': None,
233-
'data_source': 'ElixirSecurityDataSource',
234-
'data_source_cfg': {
235-
'repository_url': 'https://github.com/dependabot/elixir-security-advisories'
230+
'name': 'elixir_security',
231+
'license': '',
232+
'last_run': None,
233+
'data_source': 'ElixirSecurityDataSource',
234+
'data_source_cfg': {
235+
'repository_url': 'https://github.com/dependabot/elixir-security-advisories'
236+
},
236237
},
238+
{
237239
'name': 'apache_tomcat',
238240
'license': '',
239241
'last_run': None,

0 commit comments

Comments
 (0)