FAQ

Branch is Not Being Scanned

1min

If your CI/CD integration is passing a branch name or you are using the GitHub Integration and you are not seeing scans run, it's likely you have Branch Scan Configurations which are excluding your branch from being scanned.

You will see the following message in your CI/CD build logs (this will not be shown for GitHub scans):

The scan for this branch (xyz/abc/123/merge) will be skipped because the branch is not included in your Branch Scan Filters. These can be configured here: https://app.soos.io/settings

Make sure to check your Global Configuration is not being overridden by a Project Configuration. The project scan will ignore the Global Branch Scan Filter and adhere to the project level configurations, causing your desired branch to be ignored if it is not also included in the Project's Branch Scan Filters.

Adjust your filters as needed and scan again.