-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation Warning and Parse Error with reviewdog in GitHub Actions #70
Comments
I am seeing this issues as well |
@stkhr @marcincuber I created a PR for the reviewdog changes. However, the parse error is not related to it. Could you give me any other information like targets? |
@nayuta Regarding the EOF parse error, I investigated further and found that the issue seems to be specific to my environment. When testing in a different environment, the EOF error did not occur. I will fix EOF error myself. |
I just ran into the same Parsing error with the response Running reviewdog + trivy locally (based on a rough copy of what the script.sh does ) and it doesn't output anything but there weren't any findings to report so I wouldn't expect it to? This works fine on our other modules.
With the sarif report as
And our Action output
|
Looks like updating from Trivy 0.58.0 -> 0.59.0 Fixed the issue.... There was a fix in 0.58.2 that did fix issues with handling null values in trivy. Maybe it was coming from that? |
When running GitHub Actions, the following warning and error were detected in the logs:
Steps to Reproduce:
Request:
Could you confirm whether this is a known issue or provide guidance on how to resolve it? Additionally, if this is not expected behavior, would you consider fixing the parse error in a future release?
The text was updated successfully, but these errors were encountered: