commit | 4441dc0480e2789668d10b83c3e23bb7e3a14d98 | [log] [tgz] |
---|---|---|
author | Maceo Thompson <maceothompson@google.com> | Wed Aug 09 16:58:55 2023 +0000 |
committer | Maceo Thompson <maceothompson@google.com> | Thu Aug 10 16:41:31 2023 +0000 |
tree | ab9c8d025f8b68d365b591891ed2c9b97da54a53 | |
parent | 6bc4c1e357eadb51d7ada0cc45adcd35657e874b [diff] |
internal/worker: properly handle govulncheck_compare errs Instead of sending errors all the way up to the cloud runner, this change makes it so that if a binary is unable to be built/govulncheck fails to run on a module then the row for that module is simply discarded. This is specific to govulncheck_compare - we're able to discard all failure cases because mode GOVULNCHECK (and the daily scanning of the ecosystem) already gives us information about gouvlncheck's success rate Change-Id: I6417eada9b1ba9ab00c14be75f98f0be5fe3acc0 Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/517895 Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com> Run-TryBot: Maceo Thompson <maceothompson@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository contains code that serves pkg.go.dev/metrics.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/pkgsite-metrics:” in the subject line, so it is easy to find.