Skip to content

Commit

Permalink
Create mobsf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Nov 4, 2024
1 parent 3c8cc3a commit dacda03
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/mobsf.yml
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

0 comments on commit dacda03

Please sign in to comment.