Update to use AlgorithmRegistryConfig
#14
verify.yml
on: push
license boilerplate check
8s
golangci-lint
1m 20s
oidc-config
23s
Annotations
10 errors and 1 warning
golangci-lint:
pkg/ca/pkcs11ca/pkcs11ca.go#L86
pkcs11ca.SignerWithChain undefined (type *PKCS11CA has no field or method SignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/baseca/baseca.go#L51
bca.GetSignerWithChain undefined (type *BaseCA has no field or method GetSignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/baseca/baseca.go#L132
bca.GetSignerWithChain undefined (type *BaseCA has no field or method GetSignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/baseca/baseca.go#L143
bca.GetSignerWithChain undefined (type *BaseCA has no field or method GetSignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/baseca/baseca_test.go#L77
bca.GetSignerWithChain undefined (type BaseCA has no field or method GetSignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/ephemeralca/ephemeral.go#L75
e.SignerWithChain undefined (type *EphemeralCA has no field or method SignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/ephemeralca/ephemeral_test.go#L30
ca.GetSignerWithChain undefined (type *EphemeralCA has no field or method GetSignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/fileca/fileca.go#L38
fca.SignerWithChain undefined (type fileCA has no field or method SignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/fileca/fileca.go#L64
fca.SignerWithChain undefined (type *fileCA has no field or method SignerWithChain) (typecheck)
|
golangci-lint:
pkg/ca/fileca/fileca_test.go#L19
"crypto/ecdsa" imported and not used (typecheck)
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|