com.liftric.dependency-track-companion-plugin
Owner: Liftric GmbH
Common tasks for Dependency Track interaction, like SBOM upload or VEX Generation
https://github.com/Liftric/dependency-track-companion-plugin
Sources: https://github.com/Liftric/dependency-track-companion-plugin
Version 1.0.1
1.0.1
Created 18 July 2023.
Common tasks for Dependency Track interaction, like SBOM upload or VEX Generation
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liftric.dependency-track-companion-plugin") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.liftric:dependency-track-companion-plugin:1.0.1") } } apply(plugin = "com.liftric.dependency-track-companion-plugin")
- Applying plugins to all subprojects .