File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ import (
11
11
"strings"
12
12
"time"
13
13
14
- "github.com/stackrox/istio-cves/types"
15
- "github.com/stackrox/scanner/pkg/vulnloader/istioloader"
16
14
"github.com/facebookincubator/nvdtools/vulndb"
17
15
"github.com/pkg/errors"
18
16
log "github.com/sirupsen/logrus"
19
17
"github.com/spf13/cobra"
18
+ "github.com/stackrox/istio-cves/types"
20
19
"github.com/stackrox/k8s-cves/pkg/validation"
21
20
"github.com/stackrox/rox/pkg/utils"
22
21
"github.com/stackrox/scanner/cmd/updater/common"
@@ -26,6 +25,7 @@ import (
26
25
"github.com/stackrox/scanner/ext/vulnsrc/alpine"
27
26
"github.com/stackrox/scanner/ext/vulnsrc/ubuntu"
28
27
"github.com/stackrox/scanner/pkg/vulndump"
28
+ "github.com/stackrox/scanner/pkg/vulnloader/istioloader"
29
29
"github.com/stackrox/scanner/pkg/vulnloader/k8sloader"
30
30
"github.com/stackrox/scanner/pkg/vulnloader/nvdloader"
31
31
namespaces "github.com/stackrox/scanner/pkg/wellknownnamespaces"
You can’t perform that action at this time.
0 commit comments