Skip to content

feat: add a workflow to generate release APK using input keys and zon… #49

feat: add a workflow to generate release APK using input keys and zon…

feat: add a workflow to generate release APK using input keys and zon… #49

Workflow file for this run

name: mobsfscan
on:
push:
branches: [ master, test ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: mobsfscan
uses: MobSF/mobsfscan@main
with:
args: '--type android --config config/config.mobsf --exit-warning android'