Skip to content

Commit d129989

Browse files
committed
chore(ci): use scorecard compatible signature file
1 parent 443d361 commit d129989

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-helm.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ jobs:
9494
- name: Sign chart package
9595
run: |
9696
cosign sign-blob dist/*.tgz \
97-
--output-signature dist/*.tgz.sig \
98-
--new-bundle-format=false \
97+
--bundle dist/*.tgz.sigstore.json \
9998
--yes
10099
101100
- name: Push chart to GHCR OCI
@@ -119,7 +118,7 @@ jobs:
119118
fi
120119
gh release create "helm-v${{ needs.detect.outputs.chart_version }}" \
121120
dist/*.tgz \
122-
dist/*.sig \
121+
dist/*.sigstore.json \
123122
--notes-file .release_notes \
124123
--title "helm-v${{ needs.detect.outputs.chart_version }}" \
125124
--draft \

0 commit comments

Comments
 (0)