GitHub Actions
Mobb can be integrated into any CI/CD platform of your choice. In this guide, the process of integration with GitHub Actions will be demonstrated.
After logging into Mobb, select the last option in the menu: “Connect Mobb to Your Workflow”.

To run Mobb within GitHub Actions, select “GitHub Actions”.
You will be presented with a sample GitHub Actions yaml script that you can use within GitHub Actions. This particular example uses Checkmarx as the SAST scanner, however, you may want to modify the script to use the SAST tool of your choice.

Scenario 1 - Run Checkmarx CLI + Mobb
For a demonstration of how this integration works, you can visit the following YouTube video:
Scenario 2 - Run Snyk Code CLI + Mobb with Auto-Commit
In this scenario, we are configuring Mobb to automatically commit fixes directly to the PR based on the approved fixes as defined in our project Fix Policy. This is achieved by setting the following parameters in our mobb-dev/action:
Full YAML:
Last updated
Was this helpful?