Skip to content

Commit

Permalink
fix: Dir 参数传文件,当执行 binscan 命令时
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki-working committed Jan 11, 2024
1 parent 642422d commit 4f822c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/murphy/internal/binscan/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func binScan(ctx context.Context, scanPath string) error {
AccessType: model.AccessTypeCli,
ScanMode: mode,
SubtaskName: subtaskName,
Dir: filepath.Dir(scanPath),
Dir: scanPath,
ProjectName: projectNameCli,
TeamId: common.CliTeamIdOverride,
})
Expand Down

0 comments on commit 4f822c8

Please sign in to comment.