Package version:

Interface RulesResultsInput

Rules results input.

Hierarchy

  • RulesResultsInput

Properties

Properties

latestScan?: boolean

Take results from latest scan.

results?: {
    [propertyName: string]: string[][];
}

Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true.

Type declaration

  • [propertyName: string]: string[][]

Generated using TypeDoc