Commit c88aa7c
fix(CALUNGA-214): use public key for Chains provenance verification
The fetch-chains-provenance step was referencing the private signing
key in k8s://tekton-chains/signing-secrets, which the release service
account does not have access to. Since cosign verify-attestation only
needs the public key, we switch to k8s://openshift-pipelines/public-key
which is the same key used by EC verification.
Signed-off-by: Ronny Lim <rlim@redhat.com>1 parent cc631e0 commit c88aa7c
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
179 | | - | |
| 182 | + | |
180 | 183 | | |
181 | 184 | | |
182 | 185 | | |
| |||
0 commit comments