ausi/remote-git

Validate remote URL

Closed this issue · 0 comments

ausi commented

As remote URL we should only accept:

  1. HTTP(S) protocol
  2. SSH Protocol (including scp-like syntax)
  3. GIT protocol

And throw an exception for all other cases.