Conversion
@Serializable
A conversion object that will be merged with a separate run.
Describes how a converter transformed the output of a static analysis tool from the analysis tool's native output format into the SARIF format.
A conversion object that describes how a converter transformed an analysis tool's native reporting format into the SARIF format.
Constructors
Link copied to clipboard
constructor(analysisToolLogFiles: List<ArtifactLocation>? = null, invocation: Invocation? = null, properties: PropertyBag? = null, tool: Tool)