DependencyTrackModule

mill.contrib.sbom.upload.DependencyTrackModule
See theDependencyTrackModule companion object

Attributes

Companion
object
Source
DependencyTrackModule.scala
Graph
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Abstract methods

def depTrackApiKey: Simple[String]

Attributes

Source
DependencyTrackModule.scala
def depTrackProjectID: Simple[String]

Attributes

Source
DependencyTrackModule.scala
def depTrackUrl: Simple[String]

Attributes

Source
DependencyTrackModule.scala

Concrete methods

def myCmdC(test: String): Command[Int]

Attributes

Source
DependencyTrackModule.scala
def sbomUpload(): Command[Unit]

Uploads the generated SBOM to the configured dependency track instance

Uploads the generated SBOM to the configured dependency track instance

Attributes

Source
DependencyTrackModule.scala

Inherited methods

Attributes

Inherited from:
BaseClass
Source
Module.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala

Generates the SBOM Json for this module, based on the components returned by sbomComponents

Generates the SBOM Json for this module, based on the components returned by sbomComponents

Attributes

Inherited from:
CycloneDXModule
Source
CycloneDXModule.scala

Each time the SBOM is generated, a new UUID and timestamp are generated Can be overridden to use a more predictable method, eg. for reproducible builds

Each time the SBOM is generated, a new UUID and timestamp are generated Can be overridden to use a more predictable method, eg. for reproducible builds

Attributes

Inherited from:
CycloneDXModule
Source
CycloneDXModule.scala

Attributes

Inherited from:
CycloneDXModule
Source
CycloneDXModule.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala

Inherited and Abstract methods

Lists of all components used for this module.

Lists of all components used for this module.

Attributes

Inherited from:
CycloneDXModule
Source
CycloneDXModule.scala