When running SAST scans, projects that contain more than 50 total files will display the following message on the Project Details page of the SOOS app:

"Some files were not processed because the maximum number of files was exceeded."

SOOS will scan the first 50 SARIF files found in each project and provide scan results for any issues found. Projects larger than 50 files will need to be broken down into smaller sized projects in order to scan all included files.

One method that we recommend is to create a SOOS job within your build system to iterate through each project (or grouping of SARIF files) to run an SAST scan on each.