OutputBuilder

The interface to all OutputBuilders. They convert the internally used SARIF Run into the chosen output format.

Inheritors

Properties

Link copied to clipboard
abstract val cliName: String

the name this output format has in the codyze-cli.

Functions

Link copied to clipboard
abstract fun toFile(run: Run, path: Path)

Convert the SARIF Run to the format of this OutputBuilder and write it as file to the given path.