Validate remote URL
Closed this issue · 0 comments
ausi commented
As remote URL we should only accept:
- HTTP(S) protocol
- SSH Protocol (including scp-like syntax)
- GIT protocol
And throw an exception for all other cases.
Closed this issue · 0 comments
As remote URL we should only accept:
And throw an exception for all other cases.