RulesResultsInput interface
Rules results input.
Properties
| latest |
Take results from latest scan. |
| results | Expected results to be inserted into the baseline. Leave this field empty if latestScan == true. |
Property Details
latestScan
Take results from latest scan.
latestScan?: boolean
Property Value
boolean
results
Expected results to be inserted into the baseline. Leave this field empty if latestScan == true.
results?: Record<string, string[][]>
Property Value
Record<string, string[][]>