Skip to content

Files

This branch is 53 commits behind ossf/package-analysis:main.

infra

Package Analysis Infrastructure

This directory contains all the configuration, documentation and scripts needed to manage the package analysis infrastructure.

Production Cluster

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

Updating Container Images

To update container images, run:

$ cd build
$ make push_all_images