Open
Description
We have a repo that is receiving the following error from the cves
command:
422 Validation Failed [{Resource:IssueComment Field:data Code:unprocessable Message:Body is too long (maximum is 65536 characters)}]
I understand that this is a limitation of the GitHub API, but could the Action handle the error more gracefully? A couple of options could include:
- separating out the report across multiple comments
- truncating the report with a note that the results have been truncated
Activity
maxammann commentedon Feb 7, 2025
Same issue here!