wework / speccy

Well Spectually 🤓 Enforce quality rules on your OpenAPI 3.0.x specifications.
http://speccy.io
MIT License
825 stars 78 forks source link

Adding SARIF result format support for speccy #484

Open shaopeng-gh opened 2 years ago

shaopeng-gh commented 2 years ago

Detailed description

Hello! We are interested in adding support for output in the open-standard SARIF format to speccy. SARIF support is required to integrate it in GitHub code scanning. Doing so would make it available to every repo in GitHub and could result in increase in user base.

You can learn more about SARIF here: What is SARIF? Why SARIF?

We have made the code changes: https://github.com/wework/speccy/pull/481 , please kindly review and let me know. After the support for SARIF output is added to the tool, we will work on creating a starter workflow to make it available as a GitHub code scanner.

Thanks, Shaopeng