feat: add production tuf root

This commit is contained in:
mrjoelkamp
2024-07-10 09:46:47 -05:00
parent a4fe4eb4bd
commit 84a7b26e2c
6 changed files with 172 additions and 10 deletions

View File

@@ -115,6 +115,9 @@ jobs:
helm install attest-provider charts/attest-provider \
--set provider.tls.caBundle="$(cat certs/ca.crt | base64 | tr -d '\n\r')" \
--set image="docker/attest-provider:dev" \
--set tufRoot=staging \
--set tufMetadataSource=https://docker.github.io/tuf-staging/metadata \
--set tufTargetsSource=https://docker.github.io/tuf-staging/targets \
--namespace security \
--wait --debug