mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 10:20:32 +00:00
fix: update cosign-installer SHA to v3.8.0
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -132,7 +132,7 @@ jobs:
|
|||||||
|
|
||||||
# ── Smoke test ──────────────────────────────────────────────────────────
|
# ── Smoke test ──────────────────────────────────────────────────────────
|
||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd1d5ad67616c25 # v3
|
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3
|
||||||
|
|
||||||
- name: Sign Docker images (keyless Sigstore)
|
- name: Sign Docker images (keyless Sigstore)
|
||||||
run: |
|
run: |
|
||||||
@@ -240,7 +240,7 @@ jobs:
|
|||||||
output-file: nora-${{ github.ref_name }}.sbom.cdx.json
|
output-file: nora-${{ github.ref_name }}.sbom.cdx.json
|
||||||
|
|
||||||
- name: Install cosign
|
- name: Install cosign
|
||||||
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd1d5ad67616c25 # v3
|
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3
|
||||||
|
|
||||||
- name: Sign binary with cosign (keyless Sigstore)
|
- name: Sign binary with cosign (keyless Sigstore)
|
||||||
run: cosign sign-blob --yes --output-signature nora-linux-amd64.sig --output-certificate nora-linux-amd64.pem ./nora-linux-amd64
|
run: cosign sign-blob --yes --output-signature nora-linux-amd64.sig --output-certificate nora-linux-amd64.pem ./nora-linux-amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user