From e3ab829ad39641e26c70742f228354003b7d65d3 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Mon, 27 Jul 2020 13:05:46 +0200 Subject: [PATCH] fix: missing command in exec call --- pkg/config/tls.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/config/tls.go b/pkg/config/tls.go index 2bf5b023..290379ee 100644 --- a/pkg/config/tls.go +++ b/pkg/config/tls.go @@ -71,6 +71,7 @@ func GetTLSConfig(cfg tlsConfiger) (tlsConfig *tls.Config, err error) { if runtime.GOOS == "darwin" { if err := exec.Command( // nolint[gosec] + "/usr/bin/security", "execute-with-privileges", "/usr/bin/security", "add-trusted-cert",