pumasecurity / puma-scan

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.
https://www.pumascan.com
Mozilla Public License 2.0
446 stars 80 forks source link

MSBuild - Execute Rules #3

Closed curea closed 7 years ago

curea commented 7 years ago

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.

ejohn20 commented 7 years ago

This is automatically done when building the project and the analyzer is added as a NuGet package.