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?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer
Edited by Saikat Sarkar