Commit 4f5caea
committed
Fix config for SafetyDB importer
The migration that adds the SafetyDB importer used the URL of the git
repository. However the importer is not actually based on GitDataSource,
since the repository only contains a single file with all security data,
so there is no advantage over just downloading the current version from
master via HTTPS.
Signed-off-by: Haiko Schol <hs@haikoschol.com>1 parent 1f40a03 commit 4f5caea
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments