mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Fixes in sign code
This commit is contained in:
parent
a7ecf87d4c
commit
451d598ee7
7
.github/workflows/sign.yml
vendored
7
.github/workflows/sign.yml
vendored
@ -79,7 +79,8 @@ jobs:
|
||||
for exe in artifacts/*.exe; do
|
||||
./cosign sign-blob --yes \
|
||||
--identity-token "${{ steps.oidc.outputs.result }}" \
|
||||
--signature "${exe}.sig" \
|
||||
--bundle "${exe}.bundle" \
|
||||
--output-signature "${exe}.sig" \
|
||||
"$exe"
|
||||
done
|
||||
|
||||
@ -87,9 +88,7 @@ jobs:
|
||||
run: |
|
||||
for exe in artifacts/*.exe; do
|
||||
./cosign verify-blob \
|
||||
--certificate-identity-regexp "https://github\\.com/${{ github.repository }}/.*" \
|
||||
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
|
||||
--signature "${exe}.sig" \
|
||||
--bundle "${exe}.bundle" \
|
||||
"$exe"
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user