ScanSbomRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The output format for the vulnerability report.

Link copied to clipboard
val sbom: <Error class: unknown class>?

The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format. This format limits you to passing 2000 components before throwing a ValidException error.

Functions

Link copied to clipboard
inline fun copy(block: ScanSbomRequest.Builder.() -> Unit = {}): ScanSbomRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String