feat: add production tuf root
This commit is contained in:
3
.github/workflows/workflow.yaml
vendored
3
.github/workflows/workflow.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user