Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.22 KB

Mobb Fixer for GitHub - Demo

A demo repo showing how Mobb Fixer for GitHub works

Mobb Fixer monitors your pull requests for security issues and produces accurate code fix suggestions on the spot.

Important

For the workflow to run you must first:

  1. Enable GitHub Actions on this repo.
  2. Define your SNYK_API_TOKEN in the repo's secrets page (more info here).

Then, click below to see how automatic fixes on pull requests work:

Start a vulnerable pull request


This will let you start a pull request from branch introduce-new-security-issue to branch main.
Once the PR is created, Snyk will automatically start a security scan and report an issue.
Mobb Fixer will immediately run and present a fix suggestion in the PR conversation tab.

Tip

Click Commit fix to immediately apply the fix on the pull request. Security scan will run again and flag the issue as "Fixed".