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

[FEATURE] Provide option to disable the plugin #154

Open FieteO opened 9 months ago

FieteO commented 9 months ago

cc @bhamail / @DarthHater / @guillermo-varela / @shaikhu

github-actions[bot] commented 9 months ago

Hi!

First of all, thank you for opening your first issue. Elementary, we appreciate all feedback that helps us continue improving this plugin.

As this is a community project we can't commit to official due dates for reviews and developing, but we're definitely committed to delivering services, integrations and plugins of top quality.

So please be patient, we will review your issue and get back to you as soon as we can!

Regards, Sherlock Trunks 🐘

guillermo-varela commented 7 months ago

Hi @FieteO

Tasks in this plugin are not tied to others to force automatic execution as part of other lifecycle.

One would need to manually run ./gradlew nexusIQScan or ./gradlew ossIndexAudit for this plugin to actually scan, evaluate or audit dependencies.

If you're seeing unintentional executions of this plugin, could you please share console/log outputs?