Tool

com.codacy.plugins.api.results.Result.SBOM.Tool
case class Tool(`type`: Type, name: String, group: String, version: String)

A tool used in SBOM generation. E.g. Trivy.

Value parameters

`type`

The tool type.

group

The tool group. E.g. com.codacy.

name

The tool name.

version

The tool version.

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