Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure DevOps - Reporting #48

Open
randallc79 opened this issue Mar 14, 2023 · 1 comment
Open

Azure DevOps - Reporting #48

randallc79 opened this issue Mar 14, 2023 · 1 comment

Comments

@randallc79
Copy link

Issues and Contributing

Currently these two options from the Azure DevOps (extension).

Generate findings report? - Option used to generate a raw JSON report that contains all findings from a completed scan.
Upload report output? - Uploads any generated reports to build pipeline artifacts or release pipeline logs.

Just output a json that you have to download the log to find and then try to dig though. While this works for tech minded people, it would be nice to have the extension be able to convert to an xml file and display in Azure DevOps in a more human readable format.

Expected Behavior

improvement

After scan and creation of the json output, convert to an xml file and display in Azure DevOps in a more human readable format.

Actual Behavior

improvement

Currently the reports are just not human readable (pretty).

Possible Solution

improvement

Convert the output json, to an xml file that Azure DevOps can display a tab for the Scan Output.

Steps to Reproduce (for bugs)

(n/a)

Your Environment

1.2.3 (Latest)

Other relevant information

(n/a)

@simon-biber
Copy link

It would also be nice for the extension to provide a option to publish the findings as failed tests, as if they are unit tests that failed. Then we could use the Test Results dashboard for the pipeline to make Azure DevOps show on the dashboard a graph of how many vulnerabilities were found over time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants