Skip to content

Commit d767af6

Browse files
committed
fix(ci): use legacy cosign bundle format for scorecard compatibility
1 parent 88e1821 commit d767af6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-helm.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ jobs:
9393

9494
- name: Sign chart package
9595
run: |
96-
cosign sign-blob dist/*.tgz --output-signature dist/*.tgz.sig --yes
96+
cosign sign-blob dist/*.tgz \
97+
--output-signature dist/*.tgz.sig \
98+
--new-bundle-format=false \
99+
--yes
97100
98101
- name: Push chart to GHCR OCI
99102
run: |

0 commit comments

Comments
 (0)