Skip to content

Commit

Permalink
Update internal/sourceanalysis/go.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rex P <[email protected]>
  • Loading branch information
hogo6002 and another-rex authored Feb 26, 2024
1 parent 8006869 commit f71da79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sourceanalysis/go.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func goAnalysis(r reporter.Reporter, pkgs []models.PackageVulns, source models.S
for _, pkg := range pkgs {
if pkg.Package.Name == "stdlib" {
goVersion = pkg.Package.Version
break
}
}

Expand Down

0 comments on commit f71da79

Please sign in to comment.