deploy/build.yaml: get gendb from vuln repo

The gendb binary now lives in golang.org/x/vuln, not
the current repo (vulndb), so we have to install it
before running it.

Fixes golang/go#49449

Change-Id: I06563636d07d0a002eb3f065da0ef44bc36be24e
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/362494
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
1 file changed
tree: 2845560213b6f9ab731c9cec9566b8923f6d7ca9
  1. client/
  2. cmd/
  3. deploy/
  4. internal/
  5. osv/
  6. reports/
  7. all.bash
  8. AUTHORS
  9. CONTRIBUTING.md
  10. CONTRIBUTORS
  11. format.md
  12. go.mod
  13. go.sum
  14. LICENSE
  15. lint_test.go
  16. new-vuln.sh
  17. PATENTS
  18. README.md
  19. template
  20. triaged-cve-list
README.md

The Go Vulnerability Database

This repository contains the reports for the Go Vulnerability Database.

If you are interested accessing data from the Go Vulnerability Database, see x/vuln for information. This repository is only used for adding new vulnerabilities.

Reporting a vulnerability

We are not accepting new vulnerability reports at this time. We will update this README.md once we are ready to receive reports.

License

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

Database entries are distributed under the terms of the CC-BY 4.0 license. See x/vuln for information on how to access these entries.