dependency-check / azuredevops

Dependency Check Azure DevOps Extension
Apache License 2.0
45 stars 25 forks source link

Summary / Details Screen #3

Open ejohn20 opened 5 years ago

ejohn20 commented 5 years ago

Set up a new table on the summary screen that shows the high level scan data. Set up a details tab that shows the full report.

ahaeber commented 4 years ago

To show the HTML report generated by dependency-check can follow this sample: https://github.com/microsoft/vsts-extension-samples/blob/master/build-results-enhancer/src/enhancer/tab.ts (notice the code block that is commented out which shows how to pull data from an attachment).

LucaBlackDragon commented 9 months ago

Another way would be merging #134 and #136 and using Microsoft's SARIF SAST Scans Tab extension