mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
scanner: add a simple scan for blacklisted classes after build step
add com.android.billing to blacklist, see https://gitlab.com/fdroid/fdroiddata/-/issues/2070#note_360611289
This commit is contained in:
parent
6986e73506
commit
f84818c15e
7 changed files with 45 additions and 2 deletions
|
@ -83,7 +83,7 @@ __complete_options() {
|
|||
__complete_build() {
|
||||
opts="-v -q -l -s -t -f -a -w"
|
||||
|
||||
lopts="--verbose --quiet --latest --stop --test --server --reset-server --skip-scan --no-tarball --force --all --wiki --no-refresh"
|
||||
lopts="--verbose --quiet --latest --stop --test --server --reset-server --skip-scan --scan-binary --no-tarball --force --all --wiki --no-refresh"
|
||||
case "${prev}" in
|
||||
:)
|
||||
__vercode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue