mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
🔍 add scanner_signature_sources config option
This adds the option to configure which set of signatures `fdroid scanner` should use, by configuring it in `config.yml`. It allows fetching signatures in our custom json format. It also adds 3 additional sources: 'suss', 'exodus', 'etip'
This commit is contained in:
parent
46d077292c
commit
24d88705fa
4 changed files with 102 additions and 17 deletions
|
|
@ -163,6 +163,7 @@ default_config = {
|
|||
'archive_older': 0,
|
||||
'lint_licenses': fdroidserver.lint.APPROVED_LICENSES, # type: ignore
|
||||
'git_mirror_size_limit': 10000000000,
|
||||
'scanner_signature_sources': ['suss'],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue