Add support for .NET Core multiprojects
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?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer
Edited by Zach Rice