This directory contains all the configuration, documentation and scripts needed to manage the package analysis infrastructure.
The Production cluster runs in GCP.
To access the cluster, run:
$ gcloud container clusters get-credentials analysis-cluster --zone=us-central1-c --project=ossf-malware-analysis
To update container images, run:
$ cd build
$ make push_all_images