reviewdog / reviewdog

🐶 Automated code review tool integrated with any code analysis tools regardless of programming language

Home Page:https://medium.com/@haya14busa/reviewdog-a-code-review-dog-who-keeps-your-codebase-healthy-d957c471938b#.8xctbaw5u

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFE: Allow using client certificate for SCM with PKI enabled

ahussey-redhat opened this issue · comments

Some private git servers use PKI authentication, and as such when Review Dog tries to submit a report it fails with a 500 error because it didn't present a certificate to the server.

I'm testing this with a BitBucket server (non-cloud) instance that has PKI auth enabled.

The specific error message I get from Review Dog is:

reviewdog: failed to delete code insights report: bitbucket Server API error: 500 Internal Server Error

Is this currently possible?

Bumping this issue to keep it active