Use postProcessSarifFiles and uploadProcessedFiles in uploadSarif

This commit is contained in:
Michael B. Gale
2025-10-21 23:32:51 +01:00
parent 6fbdd5f4e9
commit 899bf2fd1e
6 changed files with 62 additions and 55 deletions
+1 -1
View File
@@ -789,7 +789,7 @@ export async function uploadFiles(
/**
* Uploads the given array of SARIF files.
*/
export async function uploadSpecifiedFiles(
async function uploadSpecifiedFiles(
sarifPaths: string[],
checkoutPath: string,
category: string | undefined,