RuleResultsInput interface
Rule results input.
Properties
latest |
Take results from latest scan. |
results | Expected results to be inserted into the baseline. Leave this field empty it 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 it LatestScan == true.
results?: string[][]
Property Value
string[][]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript