Add signer implementation to TSS2 keys #706
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
/
...
/
set-go-matrix
1s
ci
/
actionlint
7s
ci
/
...
/
lint
1m 37s
ci
/
...
/
govulncheck
27s
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Waiting for pending jobs
Matrix: ci / test / test
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#L134
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
ci / lint / lint:
tpm/tss2/signer.go#L151
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#L85
unused-parameter: parameter 'rand' seems to be unused, consider removing or renaming it as _ (revive)
|