Skip to content

Add an option to upload apk/ipa directly

What does this MR do?

Adds an option to upload apk/ipa directly.

Android apps (e.g. https://gitlab.com/fdroid/fdroidclient/) may utilize merging AndroidManifests.xml. The current procedure naively copies AndroidManifests.xml which is not complete at all. And it's hard and redundant to merge the manifest ourselves (plus we don't have java in the container). Allowing users to directly provide the compiled apk could be a solution, like what mobsf does in the github actions: https://github.com/inm-certi/mobsf-action

This change is related to this issue.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Saikat Sarkar

Merge request reports