This commit is contained in:
Avinesh Tripathi
2022-09-20 18:50:19 +05:30
parent d6427f0fc8
commit 87fdbfdcc5
7 changed files with 34 additions and 31 deletions
+2 -2
View File
@@ -2,15 +2,15 @@ package resourcehandler
import (
"fmt"
logger "github.com/kubescape/go-logger"
"github.com/kubescape/k8s-interface/k8sinterface"
"github.com/kubescape/k8s-interface/workloadinterface"
"github.com/kubescape/kubescape/v2/core/cautils"
"github.com/kubescape/kubescape/v2/core/cautils/getter"
gcpadaptorv1 "github.com/kubescape/kubescape/v2/core/pkg/registryadaptors/GCP/v1"
armosecadaptorv1 "github.com/kubescape/kubescape/v2/core/pkg/registryadaptors/armosec/v1"
"github.com/kubescape/kubescape/v2/core/pkg/registryadaptors/registryvulnerabilities"
gcpadaptorv1 "github.com/kubescape/kubescape/v2/core/pkg/registryadaptors/GCP/v1"
"github.com/kubescape/opa-utils/shared"
)