Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.SARIF.Run
Description
Provides the Run
type which represents a single run of a
static analysis tool.
Synopsis
- data Run = MkRun {
- runTool :: Tool
- runArtifacts :: [Artifact]
- runResults :: [Result]
Documentation
Represents individual runs of static analysis tools.
Constructors
MkRun | |
Fields
|