We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git
1 parent b13b8ee commit bfe1294Copy full SHA for bfe1294
1 file changed
go/extractor/util/registryproxy.go
@@ -120,6 +120,7 @@ func getEnvVars() []string {
120
121
if len(git_sources) > 0 {
122
if proxy_cert_file != "" {
123
+ slog.Info("Configuring `git` to use proxy certificate", slog.String("path", proxy_cert_file))
124
cmd := exec.Command("git", "config", "--global", "http.sslCAInfo", proxy_cert_file)
125
126
out, cmdErr := cmd.CombinedOutput()
0 commit comments