internal: add vulncheck metrics pipeline

An initial pipeline is added to measure impact of running functions from
x/vuln/vulncheck on a set of modules downloaded from the Go module
proxy.

Change-Id: I4f3f49653b3e05c5890177955e5b7824af45ec4c
Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/465215
Reviewed-by: Julie Qiu <julieqiu@google.com>
Run-TryBot: Julie Qiu <julie@golang.org>
Auto-Submit: Julie Qiu <julieqiu@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Julie Qiu <julieqiu@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
19 files changed
tree: 82200da043129f5c09622066798d29624b334933
  1. cmd/
  2. devtools/
  3. internal/
  4. static/
  5. all_test.go
  6. checks.bash
  7. CONTRIBUTING.md
  8. go.mod
  9. go.sum
  10. LICENSE
  11. PATENTS
  12. README.md
  13. tools_test.go
README.md

pkgsite-metrics

This repository contains code that serves pkg.go.dev/metrics.

Report Issues / Send Patches

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.