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 22 forks source link

#139 Allows to set additional scan targets for IQ evaluations #150

Closed guillermo-varela closed 10 months ago

guillermo-varela commented 10 months ago

Allows to set extra paths (or patterns) to scan additional files.

For example:

scanTargets = ['package-lock.json', '**/*.lock']

It relates to the following issue #s:

cc @bhamail / @DarthHater / @shaikhu