Quickstart guide
This article describes how to configure a Bitrise CI/CD workflow to automatically upload mobile app binaries to Data Theorem for scanning.
To automatically upload a mobile binary from Bitrise, a new step should be added at the end of your existing Bitrise workflow to upload the signed application binary (APK or IPA) to Data Theorem.
Step 1: retrieving the Upload API key
...
The file path to your generated mobile app binary, for example it can be set to
$BITRISE_APK_PATH
for Android or$BITRISE_IPA_PATH
for iOS
Select your DT_UPLOAD_API_KEY secret variable set in step 2
...