Add signer implementation to TSS2 keys #707
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
3s
ci
/
actionlint
4s
ci
/
...
/
lint
1m 12s
ci
/
...
/
govulncheck
41s
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#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)
|