Skip to content

Commit

Permalink
feat: print report url in binscan
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki-working committed Dec 28, 2023
1 parent 7267350 commit 4cb03cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/murphy/internal/binscan/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func binScan(ctx context.Context, scanPath string) error {
}
cv.DisplayAlertMessage(ctx, taskResp.AlertMessage)
cv.DisplaySubtaskCreated(ctx, taskResp.ProjectsName, taskResp.SubtaskID)
cv.DisplayReportUrl(ctx, api.DefaultClient().BaseURLText(), taskResp.TaskID, taskResp.SubtaskID)
cv.DisplayUploading(ctx)
defer cv.DisplayStatusClear(ctx)
e = chunkupload.UploadFile(ctx, scanPath, chunkupload.Params{
Expand Down

0 comments on commit 4cb03cc

Please sign in to comment.