Skip to content

Commit

Permalink
Create mobsf_normal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Nov 4, 2024
1 parent dacda03 commit 2818e05
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mobsf_normal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: mobsfscan

on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: '3.12'
- name: mobsfscan
uses: MobSF/mobsfscan@main
with:
args: '. --json'

0 comments on commit 2818e05

Please sign in to comment.