Skip to content

Add signer implementation to TSS2 keys #707

Add signer implementation to TSS2 keys

Add signer implementation to TSS2 keys #707

Triggered via pull request November 2, 2023 02:01
Status Failure
Total duration 2m 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
ci  /  ...  /  set-go-matrix
ci / build / set-go-matrix
ci  /  ...  /  set-go-matrix
3s
ci / test / set-go-matrix
ci  /  actionlint
4s
ci / actionlint
ci  /  ...  /  lint
1m 12s
ci / lint / lint
ci  /  ...  /  govulncheck
41s
ci / govulncheck / govulncheck
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Waiting for pending jobs
Matrix: ci / test / test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
ci / lint / lint: tpm/tss2/signer_test.go#L92
unslice: could simplify sum[:] to sum (gocritic)
ci / lint / lint: tpm/tss2/signer_test.go#L98
unslice: could simplify sum[:] to sum (gocritic)
ci / lint / lint: tpm/tss2/signer_test.go#L103
unslice: could simplify sum[:] to sum (gocritic)
ci / lint / lint: tpm/tss2/signer_test.go#L105
unslice: could simplify sum[:] to sum (gocritic)
ci / lint / lint: tpm/tss2/signer.go#L150
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
ci / lint / lint: tpm/tss2/signer.go#L167
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
ci / lint / lint
issues found
ci / lint / lint: tpm/tss2/signer.go#L101
unused-parameter: parameter 'rand' seems to be unused, consider removing or renaming it as _ (revive)