Closed kalroy closed 2 years ago
Github has updated its security to disable the use of unencrypted git protocol. https://github.blog/2021-09-01-improving-git-protocol-security-github/
This has cause issue when Automate notification service is trying to build. https://buildkite.com/chef/chef-automate-main-nightly/builds/1075#22450580-dcb3-4af5-b6cc-f99c76001221 https://buildkite.com/chef/chef-automate-main-post-promote/builds/444
The branch we are working on to fix this in Automate: https://github.com/chef/automate/tree/kallol/fix_notification_dependencies
This PR updates the dependencies to use https instead of git
https
git
Description
Github has updated its security to disable the use of unencrypted git protocol. https://github.blog/2021-09-01-improving-git-protocol-security-github/
This has cause issue when Automate notification service is trying to build. https://buildkite.com/chef/chef-automate-main-nightly/builds/1075#22450580-dcb3-4af5-b6cc-f99c76001221 https://buildkite.com/chef/chef-automate-main-post-promote/builds/444
The branch we are working on to fix this in Automate: https://github.com/chef/automate/tree/kallol/fix_notification_dependencies
This PR updates the dependencies to use
https
instead ofgit
Types of changes
Checklist: