Invocation
An invocation object that describes the invocation of the converter.
The runtime environment of the analysis tool run.
Since
0.12.0
Constructors
Properties
The command line used to invoke the tool.
The Coordinated Universal Time (UTC) date and time at which the run ended. See "Date/time properties" in the SARIF spec for the required format.
The environment variables associated with the analysis tool process, expressed as key/value pairs.
An absolute URI specifying the location of the analysis tool's executable.
Specifies whether the tool's execution completed successfully.
The reason for the process exit.
The name of the signal that caused the process to exit.
The numeric value of the signal that caused the process to exit.
An array of configurationOverride objects that describe notifications related runtime overrides.
The reason given by the operating system that the process failed to start.
Key/value pairs that provide additional information about the invocation.
The locations of any response files specified on the tool's command line.
An array of configurationOverride objects that describe rules related runtime overrides.
The Coordinated Universal Time (UTC) date and time at which the run started. See "Date/time properties" in the SARIF spec for the required format.
A file containing the standard error stream from the process that was invoked.
A file containing the standard input stream to the process that was invoked.
A file containing the standard output stream from the process that was invoked.
A file containing the interleaved standard output and standard error stream from the process that was invoked.
A list of conditions detected by the tool that are relevant to the tool's configuration.
A list of runtime conditions detected by the tool during the analysis.
The working directory for the analysis tool run.