Add note for getPerQueryAlertCounts

This commit is contained in:
Michael B. Gale
2025-08-28 17:57:17 +01:00
parent ff57bbf22c
commit 6d2d2042ff
+2
View File
@@ -760,6 +760,8 @@ export async function runQueries(
}
if (await features.getValue(Feature.QaTelemetryEnabled)) {
// Note: QA adds the `code-quality` query suite to the `queries` input,
// so this is fine since there is no `.quality.sarif`.
const perQueryAlertCounts = getPerQueryAlertCounts(sarifFile);
const perQueryAlertCountEventReport: EventReport = {