Skip to content

Merge pull request #3 from hromni/security-scan #4

Merge pull request #3 from hromni/security-scan

Merge pull request #3 from hromni/security-scan #4

Workflow file for this run

name: mobsfscan
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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