mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
review-comments: remove syntax-error handling for SARIF from upload-lib
This commit is contained in:
@@ -759,7 +759,6 @@ export function shouldConsiderInvalidRequest(
|
||||
error.startsWith("rejecting SARIF") ||
|
||||
error.startsWith("an invalid URI was provided as a SARIF location") ||
|
||||
error.startsWith("locationFromSarifResult: expected artifact location") ||
|
||||
error.startsWith("SyntaxError: Unexpected end of JSON input") ||
|
||||
error.startsWith(
|
||||
"could not convert rules: invalid security severity value, is not a number",
|
||||
) ||
|
||||
|
||||
Reference in New Issue
Block a user