vulndb/deploy
Tatiana Bradley 05df5029c4 deploy: remove no-cache directive
The "no-cache" directive slows down requests, so remove it for now.

Change-Id: Iaa0aea9bd4317a0ecbbfdb2bd1c8abf90026e5fb
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/476655
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Auto-Submit: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
Reviewed-by: Julie Qiu <julieqiu@google.com>
2023-03-15 23:23:54 +00:00
..
README.md deploy: add README.md and kokoro.sh 2022-02-01 20:40:33 +00:00
build.yaml cmd, deploy: generate and validate v1 database in deploy script 2023-03-03 20:30:54 +00:00
gcp-deploy.sh deploy: remove no-cache directive 2023-03-15 23:23:54 +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.