Tool
@JsonClass(generateAdapter = true)
Content copied to clipboard
A tool object that describes the converter.
The analysis tool that was run.
Information about the tool or tool pipeline that generated the results in this run. A run can only contain results produced by a single tool or tool pipeline. A run can aggregate results from multiple log files, as long as context around the tool run (tool command-line arguments and the like) is identical for all aggregated files.
Constructors
Link copied to clipboard
fun Tool( @Json(name = "driver") driver: SarifDriver, @Json(name = "extensions") extensions: List<SarifDriver>? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard