Metadata

com.codacy.plugins.api.results.Result.SBOM.Metadata
case class Metadata(timestamp: Instant, tools: Tools, component: Component)

SBOM metadata.

Value parameters

component

The artifact that the SBOM describes.

timestamp

When the SBOM file was generated.

tools

The tools used in the SBOM creation.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product