I'm actively exploring what's going on here - in Magma's GH Action execution of hadolint. This has started failing very recently with the below.
Error message.
Running hadolint with reviewdog 🐶 ...
reviewdog: This is Pull-Request from forked repository.
GitHub token doesn't have write permission of Review API, so reviewdog will
report results via logging command [1] and create annotations similar to
github-pr-check reporter as a fallback.
fatal: ls-files -i must be used with either -o or -c
[1]: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#logging-commands
parse error: Invalid numeric literal at line 1, column 7
reviewdog: parse error: failed to unmarshal rdjson (DiagnosticResult): proto: syntax error (line 1:1): unexpected token
Error: Process completed with exit code 1.
I was in the completely wrong repo - meant to scrape / post this issue in hadolint. Turns out there was a bug already and it's been addressed! Thanks to reviewdog/hadolint team!
I'm actively exploring what's going on here - in Magma's GH Action execution of hadolint. This has started failing very recently with the below.
Error message.
Our GH Action.