forked from dineshshetty/Android-InsecureBankv2
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c8cc3a
commit dacda03
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: mobsfscan sarif | ||
on: | ||
push: | ||
branches: [ master, main ] | ||
pull_request: | ||
branches: [ master, main ] | ||
|
||
jobs: | ||
mobsfscan: | ||
runs-on: ubuntu-latest | ||
name: mobsfscan code scanning | ||
steps: | ||
- name: Checkout the code | ||
uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.12' | ||
- name: mobsfscan | ||
uses: MobSF/mobsfscan@main | ||
with: | ||
args: '. --sarif --output results.sarif || true' | ||
- name: Upload mobsfscan report | ||
uses: github/codeql-action/upload-sarif@v2 | ||
with: | ||
sarif_file: results.sarif |