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
443 stars 82 forks source link

Command line test runner - Support a well known report output format #43

Open felickz opened 6 years ago

felickz commented 6 years ago

Feature request to support a common test output format from the command line test runner.

This would enable test results to be reported as part of VSTS Test dashboards using CI/CD Release Pipelines

ejohn20 commented 5 years ago

Thinking that we will support the SARIF format first to cover static test results. There is likely a plugin for most build pipelines that will support this.

ejohn20 commented 5 years ago

SARIF support added to the parser project. Next up is to document how to parse this format using the various CI systems.