Skip to content

Commit 2818e05

Browse files
authored
Create mobsf_normal.yml
1 parent dacda03 commit 2818e05

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/mobsf_normal.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: mobsfscan
2+
3+
on:
4+
push:
5+
branches: [ master, main ]
6+
pull_request:
7+
branches: [ master, main ]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
14+
- uses: actions/[email protected]
15+
with:
16+
python-version: '3.12'
17+
- name: mobsfscan
18+
uses: MobSF/mobsfscan@main
19+
with:
20+
args: '. --json'

0 commit comments

Comments
 (0)