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:
-
Enable GitHub Actions on this repo.
-
Define CX_TENANT, CX_API_TOKEN, CX_BASE_URI and CX_BASE_AUTH_URI in the repo's secrets page (more info here).
Then, click below to see how automatic fixes on pull requests work:
This will let you start a pull request from branch introduce-new-security-issue
to branch main
.
Once the PR is created, Checkmarx 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".