Commit 9c6554d
committed
workflow: Pin cosign to v2.6.2 for legacy .sig tag compatibility
cosign-installer v4.1.1 installs cosign v3.0.5, which defaults to
OCI 1.1 referrers for storing signatures instead of the legacy
sha256-<digest>.sig tag format. image-rs inside the confidential
guest only supports the legacy .sig tag discovery, causing signature
verification to fail with "manifest unknown".
Pin cosign to v2.6.2 (latest v2 release) to produce .sig tags that
image-rs can find.
Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
Made-with: Cursor1 parent 5cdcbff commit 9c6554d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments