]> git.proxmox.com Git - libgit2.git/commit
coverity: use https URL for posting build
authorPatrick Steinhardt <ps@pks.im>
Wed, 10 Feb 2016 10:06:23 +0000 (11:06 +0100)
committerPatrick Steinhardt <ps@pks.im>
Wed, 10 Feb 2016 10:06:23 +0000 (11:06 +0100)
commit50174ab459e7a6c007f6ffa15d381f2f18bd89b8
tree9652b5edd7f15f12f7ae37438327d99ebdc8d5e5
parent8dddea42aaf876663fc3cc1afa31f2165cb9f993
coverity: use https URL for posting build

When posting our instrumented build results to Coverity we have
to include sensitive information, in particular our authorization
token. Currently we use an unencrypted channel to post this
information, leading to the token being transferred in plain.

Fix this by using a secured connection instead.
script/coverity.sh