Skip to content

Workflow file for this run

name: AppSweep mobile application security testing
on: [push]
jobs:
upload-app-to-appsweep:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Get commit
run: git rev-parse --short HEAD
- name: Build debug app
run: ./gradlew assembleDebug
- name: Upload debug app to AS
uses: titze/appsweep-action@a205d9dc1de5be4698c253703ce6bea98a004d8a
with:
appsweep_api_key: ${{ secrets.APPSWEEP_API_KEY }}
input_file: ./app/build/outputs/apk/debug/app-debug.apk
mapping_file: ./app/build/outputs/mapping/debug/mapping.txt