diff options
| author | Tatiana Bradley <tatianabradley@google.com> | 2023-03-27 13:57:40 -0400 |
|---|---|---|
| committer | Tatiana Bradley <tatianabradley@google.com> | 2023-03-29 16:45:17 +0000 |
| commit | 3112c19b810d3e967d7110e77ca31a18520b6509 (patch) | |
| tree | 2ee4abb139771f2846168bbaa20ffe5a243eea01 /devtools | |
| parent | 42e3e5fa9816c525484aaf94a0e2e4aeb6699200 (diff) | |
| download | go-x-pkgsite-3112c19b810d3e967d7110e77ca31a18520b6509.tar.xz | |
tests/screentest: update vulndb testdata to latest
Update vulndb test data to latest, and update expected screenshots
accordingly.
Change-Id: I53d3ac4d88015f0d3650cf2def20b2817fbbf212
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/479655
Reviewed-by: Jamal Carvalho <jamal@golang.org>
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'devtools')
| -rwxr-xr-x | devtools/snapshot_vulndb.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/snapshot_vulndb.sh b/devtools/snapshot_vulndb.sh index cff6f635..ad12b18a 100755 --- a/devtools/snapshot_vulndb.sh +++ b/devtools/snapshot_vulndb.sh @@ -6,8 +6,8 @@ source devtools/lib.sh || { echo "Are you at repo root?"; exit 1; } -# Script for copying the latest data from vuln.go.dev for the tests in -# tests/screentest/testcases.ci.txt. +# Script for copying the latest data from vuln.go.dev (in the legacy format) +# for the tests in tests/screentest/testcases.ci.txt. origin="https://vuln.go.dev" |
