Skip to content

Commit e2f85dd

Browse files
committed
Reorganized code
1 parent e63e95b commit e2f85dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/updater/diffdumps/cmd.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/stackrox/istio-cves/types"
15-
"github.com/stackrox/scanner/pkg/vulnloader/istioloader"
1614
"github.com/facebookincubator/nvdtools/vulndb"
1715
"github.com/pkg/errors"
1816
log "github.com/sirupsen/logrus"
1917
"github.com/spf13/cobra"
18+
"github.com/stackrox/istio-cves/types"
2019
"github.com/stackrox/k8s-cves/pkg/validation"
2120
"github.com/stackrox/rox/pkg/utils"
2221
"github.com/stackrox/scanner/cmd/updater/common"
@@ -26,6 +25,7 @@ import (
2625
"github.com/stackrox/scanner/ext/vulnsrc/alpine"
2726
"github.com/stackrox/scanner/ext/vulnsrc/ubuntu"
2827
"github.com/stackrox/scanner/pkg/vulndump"
28+
"github.com/stackrox/scanner/pkg/vulnloader/istioloader"
2929
"github.com/stackrox/scanner/pkg/vulnloader/k8sloader"
3030
"github.com/stackrox/scanner/pkg/vulnloader/nvdloader"
3131
namespaces "github.com/stackrox/scanner/pkg/wellknownnamespaces"

0 commit comments

Comments
 (0)