Skip to content

feat: add a workflow to generate release APK using input keys and zones #54

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

feat: add a workflow to generate release APK using input keys and zones #54

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'