Scribe-provided charts allow you to manage and verifing the integrity of your supply chain.
- Integrity admission: Scribe admissions helm chart, Validate the integrity of your supply chain.
helm repo add scribe https://scribe-security.github.io/helm-charts
helm repo update
helm search repo scribe
kubectl create namespace scribe
helm install scribe/admission-controller -n scribe \
--set scribe.auth.client_id=$(SCRIBE_CLIENT_ID) \
--set scribe.auth.client_secret=$(SCRIBE_CLIENT_SECRET)