Skip to content

feat: [SIW-402] Resolve trust chain #108

feat: [SIW-402] Resolve trust chain

feat: [SIW-402] Resolve trust chain #108

Triggered via pull request September 12, 2023 13:23
Status Failure
Total duration 58s
Artifacts

code-review.yaml

on: pull_request
code_review
48s
code_review
Fit to window
Zoom out
Zoom in

Annotations

7 errors
code_review: src/trust/__tests__/index.test.ts#L13
Argument of type '{ header: { typ: "entity-statement+jwt"; alg: string; kid: string; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: ({ kty: "RSA"; e: string; use: string; kid: string; alg: string; n: string; crv?: undefined; x?: undefined; y?: undefined; } | { ...; })[]; }; metadata: {}; authority_hin...' is not assignable to parameter of type '{ header: { alg: string; kid: string; typ: "entity-statement+jwt"; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: { kty: "RSA" | "EC"; alg?: string | undefined; crv?: string | undefined; ... 18 more ...; x5u?: string | undefined; }[]; }; metadata: { ...; }; authority_hints: string[];...'.
code_review: src/trust/__tests__/index.test.ts#L18
Argument of type '{ header: { typ: "entity-statement+jwt"; alg: string; kid: string; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: ({ kty: "RSA"; e: string; use: string; kid: string; alg: string; n: string; crv?: undefined; x?: undefined; y?: undefined; } | { ...; })[]; }; metadata: {}; authority_hin...' is not assignable to parameter of type '{ header: { alg: string; kid: string; typ: "entity-statement+jwt"; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: { kty: "RSA" | "EC"; alg?: string | undefined; crv?: string | undefined; ... 18 more ...; x5u?: string | undefined; }[]; }; metadata: { ...; }; authority_hints: string[];...'.
code_review: src/trust/__tests__/index.test.ts#L31
Argument of type '{ header: { typ: "entity-statement+jwt"; alg: string; kid: string; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: ({ kty: "RSA"; e: string; use: string; kid: string; alg: string; n: string; crv?: undefined; x?: undefined; y?: undefined; } | { ...; })[]; }; metadata: {}; authority_hin...' is not assignable to parameter of type '{ header: { alg: string; kid: string; typ: "entity-statement+jwt"; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: { kty: "RSA" | "EC"; alg?: string | undefined; crv?: string | undefined; ... 18 more ...; x5u?: string | undefined; }[]; }; metadata: { ...; }; authority_hints: string[];...'.
code_review: src/trust/__tests__/index.test.ts#L47
Argument of type '{ header: { typ: "entity-statement+jwt"; alg: string; kid: string; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: ({ kty: "RSA"; e: string; use: string; kid: string; alg: string; n: string; crv?: undefined; x?: undefined; y?: undefined; } | { ...; })[]; }; metadata: {}; authority_hin...' is not assignable to parameter of type '{ header: { alg: string; kid: string; typ: "entity-statement+jwt"; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: { kty: "RSA" | "EC"; alg?: string | undefined; crv?: string | undefined; ... 18 more ...; x5u?: string | undefined; }[]; }; metadata: { ...; }; authority_hints: string[];...'.
code_review: src/trust/__tests__/index.test.ts#L57
Argument of type '{ header: { typ: "entity-statement+jwt"; alg: string; kid: string; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: ({ kty: "RSA"; e: string; use: string; kid: string; alg: string; n: string; crv?: undefined; x?: undefined; y?: undefined; } | { ...; })[]; }; metadata: {}; authority_hin...' is not assignable to parameter of type '{ header: { alg: string; kid: string; typ: "entity-statement+jwt"; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: { kty: "RSA" | "EC"; alg?: string | undefined; crv?: string | undefined; ... 18 more ...; x5u?: string | undefined; }[]; }; metadata: { ...; }; authority_hints: string[];...'.
code_review: src/trust/__tests__/index.test.ts#L94
Argument of type '{ header: { typ: "entity-statement+jwt"; alg: string; kid: string; }; payload: { iss: string; sub: string; jwks: { keys: { kty: "RSA"; e: string; use: string; kid: string; alg: string; n: string; }[]; }; metadata: {}; authority_hints: never[]; iat: number; exp: number; }; }' is not assignable to parameter of type '{ header: { alg: string; kid: string; typ: "entity-statement+jwt"; }; payload: { iss: string; sub: string; iat: number; exp: number; jwks: { keys: { kty: "RSA" | "EC"; alg?: string | undefined; crv?: string | undefined; ... 18 more ...; x5u?: string | undefined; }[]; }; metadata: { ...; }; authority_hints: string[];...'.
code_review
Process completed with exit code 2.