pkg/entrypoint/entrypoint.go
Function startSecretsProviderWithDeps
has 51 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
func startSecretsProviderWithDeps(
annotationsFilePath string,
secretsBasePath string,
templatesBasePath string,
retrieverFactory conjur.RetrieverFactory,
Function secretsProvider
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ctx context.Context,
tracer trace.Tracer,
secretsBasePath string,
templatesBasePath string,
secretRetriever conjur.RetrieveSecretsFunc,
Function startSecretsProviderWithDeps
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
annotationsFilePath string,
secretsBasePath string,
templatesBasePath string,
retrieverFactory conjur.RetrieverFactory,
providerFactory secrets.ProviderFactory,
Function startSecretsProviderWithDeps
has 5 return statements (exceeds 4 allowed). Open
Open
func startSecretsProviderWithDeps(
annotationsFilePath string,
secretsBasePath string,
templatesBasePath string,
retrieverFactory conjur.RetrieverFactory,