Conversion
@JsonClass(generateAdapter = true)
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.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "analysisToolLogFiles") analysisToolLogFiles: List<ArtifactLocation>? = null, @Json(name = "invocation") invocation: Invocation? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "tool") tool: Tool)