Skip to content

Allow custom kid to be set in JWS #4102

Allow custom kid to be set in JWS

Allow custom kid to be set in JWS #4102

Triggered via pull request September 22, 2023 09:40
Status Failure
Total duration 3m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
no function or associated item named `new` found for struct `identity_credential::validator::JwtCredentialValidator` in the current scope: identity_storage/src/storage/tests/credential_jws.rs#L214
error[E0599]: no function or associated item named `new` found for struct `identity_credential::validator::JwtCredentialValidator` in the current scope --> identity_storage/src/storage/tests/credential_jws.rs:214:75 | 214 | let validator = identity_credential::validator::JwtCredentialValidator::new(); | ^^^ function or associated item not found in `JwtCredentialValidator<_>`
clippy
Clippy had exited with the 101 exit code
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/