secureCodeBox/secureCodeBox

View on GitHub
hooks/persistence-defectdojo/hook/src/main/java/io/securecodebox/persistence/service/KubernetesService.java

Summary

Maintainability
A
1 hr
Test Coverage

Method init has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public void init() throws IOException {
    final ClientBuilder clientBuilder;

    if (env.isDev()) {
      // loading the out-of-cluster config, a kubeconfig from file-system

    There are no issues that match your filters.

    Category
    Status