File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 cosign verify-blob \
113113 --bundle ${{ inputs.component }}-attestation-${{ inputs.arch }}-provenance.intoto.jsonl.bundle.sigstore \
114114 --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
115- --certificate-identity="https://github.com/ ${{github.repository_owner }}/kubewarden-controller/.github/workflows/attestation.yml@ ${{ github.ref }}" \
115+ --certificate-identity="${{ github.server_url }}/${{ github.workflow_ref }}" \
116116 ${{ inputs.component }}-attestation-${{ inputs.arch }}-provenance.intoto.jsonl
117117
118118 cosign sign-blob --yes \
@@ -121,7 +121,7 @@ jobs:
121121 cosign verify-blob \
122122 --bundle ${{ inputs.component }}-attestation-${{ inputs.arch }}-sbom.json.bundle.sigstore \
123123 --certificate-oidc-issuer=https://token.actions.githubusercontent.com \
124- --certificate-identity="https://github.com/ ${{github.repository_owner }}/kubewarden-controller/.github/workflows/attestation.yml@ ${{ github.ref }}" \
124+ --certificate-identity="${{ github.server_url }}/${{ github.workflow_ref }}" \
125125 ${{ inputs.component }}-attestation-${{ inputs.arch }}-sbom.json
126126
127127 - name : Upload SBOMs as artifacts
You can’t perform that action at this time.
0 commit comments