concourse / semver-resource

automated semantic version bumping
Apache License 2.0
97 stars 105 forks source link

Added skip SSL verification for git driver #97

Closed brunocous closed 5 years ago

brunocous commented 5 years ago

I based myself on #50.

If the option is set, it will run git config http.sslVerify "false" in the setUpRepo() method in git.go.

This solves #96.

brunocous commented 5 years ago

@jtarchie @vito @evanchaoli I'm tagging you guys because you reviewed a similar PR for S3. This should go swiftly for you.

brunocous commented 5 years ago

Please have a look at it again :)