Several reports NexusIQ ADO in tab Nexus IQ Summary Report

Hello. In my ADO pipeline, we have several stages with NexusIqPipelineTask@1 for multiple repositories. Can I publish several Nexus IQ reports on the ‘Nexus IQ Summary Report’ tab?

@duboffik Hi there and welcome! Unfortunately, the current implementation of the Nexus IQ for Azure DevOps extension does not support publishing multiple Nexus IQ reports.

According to the docs, the tab shows a summary report for the policy evaluation of the scanned components. This tab is designed to display a single report per build.

Each NexusIqPipelineTask@​1 in your pipeline will generate its own report, but only the last executed task’s report will be visible on the ‘Nexus IQ Summary Report’ tab. This is because the tab content is populated when the build is completed, and it overwrites any previous report data.

If you need to view reports for multiple repositories or stages, you would need to access them individually through the Nexus IQ Server interface using the links provided in the console output of each NexusIqPipelineTask@​1 . To get more detailed information about each scan, you can review the console output of the individual NexusIqPipelineTask@​1 steps in your pipeline.

I do recommend taking a look at this doc for further help as well: Sonatype for Azure DevOps

Let me know if you have any additional questions!