sonatype-nexus-community / scan-gradle-plugin

Gradle plugin that scans the dependencies of a Gradle project using Sonatype platforms: OSS Index and Nexus IQ Server.
Apache License 2.0
77 stars 21 forks source link

Hide non vulnerable dependencies for OSS Index output #54

Closed guillermo-varela closed 3 years ago

guillermo-varela commented 3 years ago

With this PR only dependencies with vulnerabilities found in OSS Index will be printed by default (both on the table and in the graph outputs).

A flag showAll can be use to see the whole dependencies list.

It relates to the following issue #s: