Common Deployment Scenarios
Scenario 1 - Uploading a Fortify FPR with embedded source code
npx mobbdev@latest analyze -f .\fortify.fpr -p .\fortify.fpr -r https://my_repo_url --api-key xxxxxxxScenario 2 - Automatically create pull requests for trusted fixes
npx mobbdev analyze -f sast_results.json -r https://github.com/mobb-dev/simple-vulnerable-java-project --ref dev --auto-pr --ciScenario 3 - Automatically commit fixes to a target branch
Scenario 4 - Handling Large FPR Files (50k+ Issues)
Step-by-step process:
Last updated