feat: Support multiple certificates for the ca certificate #448
Annotations
9 errors and 1 warning
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L18
Function TestGetCertificatePool missing the call to method parallel
|
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L21
require-error: for error assertions use require (testifylint)
|
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L22
Error return value is not checked (errcheck)
|
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L25
require-error: for error assertions use require (testifylint)
|
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L28
SA1019: got.Subjects has been deprecated since Go 1.18: if s was returned by [SystemCertPool], Subjects will not include the system roots. (staticcheck)
|
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L29
SA1019: got.Subjects has been deprecated since Go 1.18: if s was returned by [SystemCertPool], Subjects will not include the system roots. (staticcheck)
|
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L30
SA1019: got.Subjects has been deprecated since Go 1.18: if s was returned by [SystemCertPool], Subjects will not include the system roots. (staticcheck)
|
Lint:
runtime-watcher/internal/cacertificatehandler/ca_certificate_handler_test.go#L34
File is not `gofumpt`-ed (gofumpt)
|
Lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading