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.3.5-RC1
0.3.5-RC1
Created 17 December 2021.
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.3.5-RC1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gemnasium:gradle-plugin:0.3.5-RC1") } } apply(plugin = "com.gemnasium.gradle-plugin")
- Applying plugins to all subprojects .