Skip to content

Commit 249de4e

Browse files
committed
fixes vulndb export command
1 parent e9068fa commit 249de4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/devguard-cli/commands/vulndb_export.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77

88
"github.com/l3montree-dev/devguard/database"
99
"github.com/l3montree-dev/devguard/database/repositories"
10+
"github.com/l3montree-dev/devguard/services"
1011
"github.com/l3montree-dev/devguard/shared"
1112
"github.com/l3montree-dev/devguard/utils"
1213
"github.com/l3montree-dev/devguard/vulndb"
@@ -28,6 +29,7 @@ func newExportIncrementalCommand() *cobra.Command {
2829
fx.NopLogger,
2930
database.Module,
3031
vulndb.Module,
32+
services.ServiceModule,
3133
repositories.Module,
3234
fx.Supply(database.GetPoolConfigFromEnv()),
3335
fx.Invoke(func(

0 commit comments

Comments
 (0)