Skip to content

Commit

Permalink
git: add function to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfunc committed Apr 15, 2024
1 parent b69a83f commit 613b29f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sif.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ func (app *App) Run() error {
scan.Whois(url, app.settings.LogDir)
}

// func Git(url string, timeout time.Duration, threads int, logdir string)
if app.settings.Git {
scan.Git(url, app.settings.Timeout, app.settings.Threads, app.settings.LogDir)
}

if app.settings.ApiMode {
utils.ReturnApiOutput()
}
Expand Down

0 comments on commit 613b29f

Please sign in to comment.