File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Add Attestation (Helm Chart)
4848 run : |
49+ export PACKAGED_VERSION=$(cat ./deployment/chainloop/Chart.yaml | yq .appVersion)
50+ export CONTAINER_CP=$(cat deployment/chainloop/values.yaml | yq .controlplane.image.repository)
51+ export CONTAINER_CAS=$(cat deployment/chainloop/values.yaml | yq .cas.image.repository)
52+
53+ # Attest Chart
4954 chainloop attestation add --name helm-chart --value chainloop*.tgz
55+ # Attest Control plane image
56+ chainloop attestation add --name control-plane-image --value "${CONTAINER_CP}:${PACKAGED_VERSION}"
57+ # Attest CAS image
58+ chainloop attestation add --name artifact-cas-image --value "${CONTAINER_CAS}:${PACKAGED_VERSION}"
5059
5160 - name : Push Chart
5261 run : |
You can’t perform that action at this time.
0 commit comments