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.1.1
1.1.1
Created 28 November 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.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.liftric:dependency-track-companion-plugin:1.1.1") } } apply(plugin = "com.liftric.dependency-track-companion-plugin")
- Applying plugins to all subprojects .