diff --git a/internal/attest/attest.go b/internal/attest/attest.go index 90bbd548..cd74b53b 100644 --- a/internal/attest/attest.go +++ b/internal/attest/attest.go @@ -251,6 +251,7 @@ func (a *Attestor) signPayload(ctx context.Context, sha plumbing.Hash, b []byte, tc := &rekorclient.TransportConfig{ Host: rekorHost, BasePath: rekorBasePath, + Schemes: []string{"https"}, } rcfg := rekorclient.NewHTTPClientWithConfig(strfmt.Default, tc)