Run
Describes a single run of an analysis tool, and contains the reported output of that run.
Constructors
Types
Link copied to clipboard
enum ColumnKind
Specifies the unit in which the tool measures columns.
Properties
Link copied to clipboard
Information that describes a run's identity and role within an engineering system process.
Link copied to clipboard
The 'guid' property of a previous SARIF 'run' that comprises the baseline that was used to compute result 'baselineState' properties for the run.
Link copied to clipboard
Specifies the unit in which the tool measures columns.
Link copied to clipboard
Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.
Link copied to clipboard
Specifies the default encoding for any artifact object that refers to a text file.
Link copied to clipboard
Specifies the default source language for any artifact object that refers to a text file that contains source code.
Link copied to clipboard
@SerializedName(value = "externalPropertyFileReferences" )
@Expose
References to external property files that should be inlined with the content of a root log file.
Link copied to clipboard
Describes the invocation of the analysis tool.
Link copied to clipboard
The language of the messages emitted into the log file during this run (expressed as an ISO 639-1 two-letter lowercase culture code) and an optional region (expressed as an ISO 3166-1 two-letter uppercase subculture code associated with a country or region).
Link copied to clipboard
An array of logical locations such as namespaces, types or functions.
Link copied to clipboard
An ordered list of character sequences that were treated as line breaks when computing region information for the run.
Link copied to clipboard
The artifact location specified by each uriBaseId symbol on the machine where the tool originally ran.
Link copied to clipboard
Contains configurations that may potentially override both reportingDescriptor.defaultConfiguration (the tool's default severities) and invocation.configurationOverrides (severities established at run-time from the command line).
Link copied to clipboard
Key/value pairs that provide additional information about the object.
Link copied to clipboard
An array of strings used to replace sensitive information in a redaction-aware property.
Link copied to clipboard
Automation details that describe the aggregate of runs to which this run belongs.
Link copied to clipboard
Defines locations of special significance to SARIF consumers.
Link copied to clipboard
An array of toolComponent objects relevant to a taxonomy in which results are categorized.
Link copied to clipboard
@SerializedName(value = "threadFlowLocations" )
@Expose
An array of threadFlowLocation objects cached at run level.
Link copied to clipboard
The set of available translations of the localized data provided by the tool.
Link copied to clipboard
@SerializedName(value = "versionControlProvenance" )
@Expose
Specifies the revision in version control of the artifacts that were scanned.
Link copied to clipboard
An array of request objects cached at run level.
Link copied to clipboard
An array of response objects cached at run level.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun withExternalPropertyFileReferences(externalPropertyFileReferences: ExternalPropertyFileReferences): Run
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard