dbalaouras / webhawk

CI/CD Webhook Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial VCS handshake handle

forfolias opened this issue · comments

After fresh install it fails to clone recipe's repository if you haven't first tried to clone it manually. This happens because you have to accept the host's authenticity.

eg:

The authenticity of host 'bitbucket.org (18.205.93.1)' can't be established.
RSA key fingerprint is SHA256:XXXXXX.
Are you sure you want to continue connecting (yes/no)? **yes**

It should either be acknowledged in the README or somehow get and display the error in the logs.