Skip to content

Add support for .NET Core multiprojects

Daniel Paul Searles requested to merge multiproject-support into master

What does this MR do?

Why:

  • We have a number of users that would like to scan their multiprojects with SAST.

This change addresses the need by:

  • Update the plugin to look for the sln file at the root of multiprojects.
  • Update the analyzer to look for all .NET project files.
  • Update the analyzer to loop throuth all found .NET project files and run the analyzer against each project.
  • Update the converter to be able to parse output from multiple builds.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Zach Rice

Merge request reports

Loading