vulndb/deploy
Tatiana Bradley 6031746270 deploy: speed up db deploy by not logging while copying
Use the "-q" flag in gsutil to avoid logging while deploying the
database, in order to make deployment faster.

Change-Id: I874115608e32df14fb333ca37555433932a1918a
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/456045
Reviewed-by: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tatiana Bradley <tatiana@golang.org>
Run-TryBot: Tatiana Bradley <tatiana@golang.org>
2022-12-09 21:33:27 +00:00
..
README.md
build.yaml deploy: add Validate step to deploy script 2022-12-06 15:52:40 +00:00
gcp-deploy.sh deploy: speed up db deploy by not logging while copying 2022-12-09 21:33:27 +00:00
kokoro.sh deploy/kokoro.sh: clean up 2022-02-19 13:28:03 +00:00
worker.yaml deploy: run all unit tests before deploy 2022-10-21 18:14:43 +00:00

README.md

Deploy

The Go vulndb project is hosted on GCP and uses a continuous integration service called “Kokoro” for running tests.

This directory contains files used for kokoro test job configurations and for building and deploying the vulnerability database and worker. (Additional job definitions live in an internal repository).

kokoro.sh acts as the entry point for scripts to be run via kokoro.

build.yaml and gcp-deploy.sh are used to deploy the vulnerability database GCS bucket.

worker.yaml is used to build the vulnerability database worker.