Skip to content

feat: add rsa support for fingreprint #56

feat: add rsa support for fingreprint

feat: add rsa support for fingreprint #56

Triggered via pull request February 15, 2024 17:47
Status Failure
Total duration 1m 20s
Artifacts

build.yml

on: pull_request
Semantic Pull Request Check
2s
Semantic Pull Request Check
Checks
46s
Checks
UnitTest
1m 12s
UnitTest
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 5 warnings
Checks: doc/util/fingerprint/fingerprint.go#L126
`encodeRSAPublicKey` is unused (deadcode)
Checks: doc/util/fingerprint/fingerprint.go#L69
cyclomatic complexity 12 of func `CreateDIDKeyByJwk` is high (> 10) (gocyclo)
Checks: doc/util/fingerprint/fingerprint.go#L149
`if bits == 2048` has complex nested blocks (complexity: 5) (nestif)
Checks: doc/util/fingerprint/fingerprint.go#L119
return statements should not be cuddled if block has more than two lines (wsl)
Checks: doc/util/fingerprint/fingerprint.go#L128
if statements should only be cuddled with assignments used in the if statement itself (wsl)
Checks: doc/util/fingerprint/fingerprint.go#L139
only one cuddle assignment allowed before if statement (wsl)
Checks: doc/util/fingerprint/fingerprint.go#L144
append only allowed to cuddle with appended value (wsl)
Checks
Process completed with exit code 2.
Semantic Pull Request Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: amannn/action-semantic-pull-request@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Semantic Pull Request Check
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/action-semantic-pull-request@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
UnitTest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
UnitTest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/