SarifSchema210

@Serializable
data class SarifSchema210(val schema: String? = null, val version: Version, val inlineExternalProperties: List<ExternalProperties>? = null, val properties: PropertyBag? = null, val runs: List<Run>)

Static Analysis Results Format (SARIF) Version 2.1.0 JSON Schema: a standard format for the output of static analysis tools.

Constructors

Link copied to clipboard
constructor(schema: String? = null, version: Version, inlineExternalProperties: List<ExternalProperties>? = null, properties: PropertyBag? = null, runs: List<Run>)

Properties

Link copied to clipboard

References to external property files that share data between runs.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the log file.

Link copied to clipboard
val runs: List<Run>

The set of runs contained in this log file.

Link copied to clipboard
val schema: String? = null

The URI of the JSON schema corresponding to the version.

Link copied to clipboard

The SARIF format version of this log file.