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

[FEATURE] Make the banner at the initial output smaller #108

Closed guillermo-varela closed 2 years ago

guillermo-varela commented 2 years ago

I like the banner we currently have for OSS Index: https://github.com/sonatype-nexus-community/scan-gradle-plugin/blob/ebac358e162050644f541d61652552b6dc4e533c/src/main/resources/org/sonatype/gradle/plugins/scan/ossindex/banner.txt

But, when seeing the shout out we got from Red Hat, perhaps our banner is a bit bigger than it should be: https://www.redhat.com/sysadmin/find-java-vulnerabilities (see "Example 4: Use a different tool to scan Covid19Informer after it is compiled")

Can we come up with a smaller with still pretty banner?

Granted, the banner already can be disabled via a property.

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

guillermo-varela commented 2 years ago

Done at https://github.com/sonatype-nexus-community/scan-gradle-plugin/pull/119