From 44bb61fd3701bc23bcd11c67f59697a49a8fbad1 Mon Sep 17 00:00:00 2001 From: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:01:35 +0530 Subject: [PATCH] Create appsweep.yml Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> --- .github/workflows/appsweep.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/appsweep.yml diff --git a/.github/workflows/appsweep.yml b/.github/workflows/appsweep.yml new file mode 100644 index 0000000000..920df3041e --- /dev/null +++ b/.github/workflows/appsweep.yml @@ -0,0 +1,14 @@ + +name: AppSweep mobile application security testing +on: [pull_request_target] +jobs: + upload-app-to-appsweep: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v2 + + - name: Upload app to AppSweep with Gradle + env: + APPSWEEP_API_KEY: ${{ secrets.APPSWEEP_API_KEY }} + run: ./gradlew uploadToAppSweepRelease