From the course: Learning Static Code Analysis

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Review the results

Review the results

When we previously ran the pipeline without publishing results, here's an example, we were able to see the vulnerability findings here upon download. This was not a very user-friendly way of seeing these results, so we wanted a different option too. With our latest run, we have added the publish results task, and so now we have a user interface way of being able to see our vulnerability results. This test tab shows a summary of the findings and gives us the ability to drill down further for more information. Let's start by reviewing the summary information. This gives us a quick overview of our results. You can see the results of our code and how many checks were passed and how many checks failed. This can give us a quick idea of the scope of any potential issues, and the percentage of vulnerabilities in the code, and how much of a mitigation you have ahead of yourself. You'll be able to see which resource has the vulnerabilities. And you'll also be able to see which file that issue…

Contents