File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,17 +279,17 @@ jobs:
279279 --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
280280 --certificate-oidc-issuer "https://token.actions.githubusercontent.com"
281281
282- - name : Verify attestations
283- run : |
284- cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
285- --type cyclonedx \
286- --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
287- --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
288-
289- cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
290- --type cyclonedx \
291- --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
292- --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
282+ # - name: Verify attestations
283+ # run: |
284+ # cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
285+ # --type cyclonedx \
286+ # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
287+ # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
288+
289+ # cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
290+ # --type cyclonedx \
291+ # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
292+ # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
293293
294294 publish-release :
295295 name : Publish release
You can’t perform that action at this time.
0 commit comments