Skip to content

feat(api)!: Make SignKM accept generic crypto.Signer #655

feat(api)!: Make SignKM accept generic crypto.Signer

feat(api)!: Make SignKM accept generic crypto.Signer #655

Re-run triggered September 7, 2024 19:15
Status Failure
Total duration 47s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint
You have commit messages with errors ⧗ input: Make SignKM accept generic crypto.Signer Accepting crypto.PrivateKey uneccessarily restricts this library to software crypto algorithms provided by the golang crypto packages. By allowing the more generic crypto.Signer interface alternative implementations, e.g., backed by HSMs, can be supported. ✖ subject may not be empty [subject-empty] ✖ type may not be empty [type-empty] ✖ found 2 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint