Adhering to pull request guidelines
This commit is contained in:
@@ -7,11 +7,11 @@ name: MobSF
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ $default-branch, $protected-branches ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ $default-branch ]
|
||||||
|
schedule:
|
||||||
workflow_dispatch:
|
- cron: $cron-weekly
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mobile-security:
|
mobile-security:
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
- name: mobsfscan
|
- name: Run mobsfscan
|
||||||
uses: MobSF/mobsfscan@main
|
uses: MobSF/mobsfscan@main
|
||||||
with:
|
with:
|
||||||
args: . --sarif --output results.sarif || true
|
args: . --sarif --output results.sarif || true
|
||||||
|
|||||||
Reference in New Issue
Block a user