Rename considerInvalidRequestConfigError to isThirdPartyUpload
This describes what we are trying to do more accurately.
This commit is contained in:
parent
cc3808ec2a
commit
1a6bac42d0
12 changed files with 22 additions and 22 deletions
|
|
@ -107,7 +107,7 @@ async function maybeUploadFailedSarif(
|
|||
checkoutPath,
|
||||
category,
|
||||
logger,
|
||||
{ considerInvalidRequestConfigError: false },
|
||||
{ isThirdPartyUpload: false },
|
||||
);
|
||||
await uploadLib.waitForProcessing(
|
||||
repositoryNwo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue