Skip to content

Commit

Permalink
internal/worker: bring back missing comment
Browse files Browse the repository at this point in the history
Change-Id: I341b127c5c96efcc685a30eb581c732110e4c086
Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/619355
Auto-Submit: Zvonimir Pavlinovic <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
zpavlinovic authored and gopherbot committed Oct 10, 2024
1 parent e5016c7 commit 4284795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/worker/govulncheck_scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ func createRows(mode string, f func(string) *govulncheck.Result) []bigquery.Row
return rows
}

// runScanModule fetches the module version from the proxy, and analyzes its source
// code for vulnerabilities. The analysis of binaries is done in CompareModule.
func (s *scanner) runScanModule(ctx context.Context, modulePath, version, mode string) (response *govulncheck.AnalysisResponse, err error) {
err = doScan(ctx, modulePath, version, s.insecure, func() (err error) {
Expand Down

0 comments on commit 4284795

Please sign in to comment.