Skip to content

ING-662 cbauthx cert auth #1222

ING-662 cbauthx cert auth

ING-662 cbauthx cert auth #1222

Triggered via pull request October 21, 2025 12:26
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: cbauthx/cbauth_int_test.go#L10
could not import github.com/couchbase/gocbcorex/cbauthx (-: # github.com/couchbase/gocbcorex/cbauthx [github.com/couchbase/gocbcorex/cbauthx.test]
Lint: cbauthx/certcheck_cached_test.go#L96
cannot use invalidConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate (typecheck)
Lint: cbauthx/certcheck_cached_test.go#L92
cannot use invalidConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
Lint: cbauthx/certcheck_cached_test.go#L86
cannot use externalConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
Lint: cbauthx/certcheck_cached_test.go#L81
cannot use externalConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
Lint: cbauthx/certcheck_cached_test.go#L75
cannot use adminConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
Lint: cbauthx/certcheck_cached_test.go#L70
cannot use adminConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
Lint: cbauthx/certcheck_cached_test.go#L64
cannot use localConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
Lint: cbauthx/certcheck_cached_test.go#L59
cannot use localConn (variable of type *tls.ConnectionState) as *x509.Certificate value in argument to checker.CheckCertificate
Lint: cbauthx/certcheck_cached_test.go#L42
cannot use func(ctx context.Context, connState *tls.ConnectionState) (UserInfo, error) {…} (value of type func(ctx context.Context, connState *tls.ConnectionState) (UserInfo, error)) as func(ctx context.Context, clientCert *x509.Certificate) (UserInfo, error) value in struct literal