Skip to content

merged main

merged main #88

Triggered via push March 21, 2024 19:13
Status Failure
Total duration 2m 21s
Billable time 2m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build and test: apps/policy-engine/src/open-policy-agent/core/open-policy-agent.engine.ts#L22
'"@narval/signature"' has no exported member named 'privateKeyToJwk'. Did you mean 'PrivateKey'?
Build and test: apps/policy-engine/src/open-policy-agent/core/open-policy-agent.engine.ts#L23
Module '"@narval/signature"' has no exported member 'publicKeyToJwk'.
Build and test: apps/policy-engine/src/open-policy-agent/core/open-policy-agent.engine.ts#L190
Property 'pubKey' does not exist on type '{ key: { kty: "EC"; alg: "ES256K"; kid: string; crv: "secp256k1"; x: string; y: string; use?: "sig" | "enc" | undefined; addr?: string | undefined; } | { kty: "EC"; alg: "ES256K"; kid: string; addr: `0x${string}`; crv: "secp256k1"; use?: "sig" | ... 1 more ... | undefined; } | { ...; } | { ...; } | ({ ...; } & { ......'.
Build and test: apps/policy-engine/src/open-policy-agent/core/open-policy-agent.engine.ts#L308
Property 'pubKey' does not exist on type '{ key: { kty: "EC"; alg: "ES256K"; kid: string; crv: "secp256k1"; x: string; y: string; use?: "sig" | "enc" | undefined; addr?: string | undefined; } | { kty: "EC"; alg: "ES256K"; kid: string; addr: `0x${string}`; crv: "secp256k1"; use?: "sig" | ... 1 more ... | undefined; } | { ...; } | { ...; } | ({ ...; } & { ......'.
Build and test: apps/policy-engine/src/open-policy-agent/core/open-policy-agent.engine.ts#L331
Argument of type '{ kty: "EC" | "RSA"; alg: "ES256K" | "ES256" | "RS256"; kid: string; crv?: "secp256k1" | "P-256" | undefined; use?: "sig" | "enc" | undefined; n?: string | undefined; e?: string | undefined; x?: string | undefined; y?: string | undefined; d?: string | undefined; }' is not assignable to parameter of type '{ kty: "EC"; alg: "ES256K"; kid: string; crv: "secp256k1"; x: string; y: string; d: string; use?: "sig" | "enc" | undefined; addr?: string | undefined; } | { kty: "EC"; alg: "ES256"; kid: string; crv: "P-256"; ... 4 more ...; addr?: string | undefined; } | { ...; }'.
Build and test
Process completed with exit code 2.
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.