mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-25 16:18:23 -04:00
Fix Constellation measure CI action
This commit is contained in:
parent
4e93c1a6c2
commit
3ca88d6043
@ -49,7 +49,7 @@ runs:
|
||||
- name: Fetch PCRs
|
||||
run: |
|
||||
KUBECONFIG="$PWD/constellation-admin.conf" kubectl rollout status ds/verification-service -n kube-system --timeout=3m
|
||||
CONSTELL_IP=$(jq -r ".bootstrapperhost" constellation-state.json)
|
||||
CONSTELL_IP=$(jq -r ".ip" constellation-id.json)
|
||||
pcr-reader --constell-ip ${CONSTELL_IP} -format yaml > measurements.yaml
|
||||
case $CSP in
|
||||
azure)
|
||||
|
Loading…
x
Reference in New Issue
Block a user