Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9ee3174

Browse files
committed
fix(workflow): keyref
1 parent 421b614 commit 9ee3174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
echo '${{ secrets.COSIGN_PRIVATE_KEY }}' > cosign.key
164164
cosign sign --yes --key cosign.key ${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
165165
cosign sign --yes --key cosign.key ${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
166-
cosign attest --yes --tlog-upload=false --key cosing.key --predicate sbom.json --type cyclonedx ${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
166+
cosign attest --yes --tlog-upload=false --key cosign.key --predicate sbom.json --type cyclonedx ${{ env.IMAGE_NAME }}@${{ env.DIGEST }}
167167
env:
168168
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
169169
- name: Clean up

0 commit comments

Comments
 (0)