com.gemnasium.gradle-plugin
Owner: Igor Frenkel
A Gradle plugin to produce a dependency report in JSON format that Gemnasium can use for a dependency vulnerability scan
https://gitlab.com/gitlab-org/security-products/analyzers/gemnasium-gradle-plugin
Sources: https://gitlab.com/stfs/gemnasium-gradle-plugin.git
Version 0.1
0.1
Created 18 September 2019.
A Gradle plugin to produce a dependency report in JSON format that Gemnasium can use for a dependency vulnerability scan
Add this plugin to your build using the plugins DSL:
plugins {
id("com.gemnasium.gradle-plugin") version "0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gemnasium:gradle-plugin:0.1") } } apply(plugin = "com.gemnasium.gradle-plugin")
- Applying plugins to all subprojects .