Puma Scan is a software security Visual Studio extension that provides real time, continuous source code analysis as development teams write code. Vulnerabilities are immediately displayed in the development environment as spell check and compiler warnings, preventing security bugs from entering your applications.
Research how to execute the Roslyn extension rules during MSBuild. This could be very useful during a CI pipeline for automating the scan, retrieving the results, and making a determination on failing the build.
Research how to execute the Roslyn extension rules during MSBuild. This could be very useful during a CI pipeline for automating the scan, retrieving the results, and making a determination on failing the build.