-
Notifications
You must be signed in to change notification settings - Fork 30
ci(fix): temporary removing cosign verification #564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -239,21 +239,21 @@ jobs: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| docker buildx imagetools inspect ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.version }} --format '{{ json (index .SBOM "linux/amd64") }}' | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| echo "::endgroup::" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - name: Verify cosign signatures | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| run: | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| echo "::group::Verify signature (DockerHub)" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cosign verify --rekor-url https://rekor.sigstore.dev \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| echo "::endgroup::" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| echo "::group::Verify signature (GitHub Container Registry)" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cosign verify --rekor-url https://rekor.sigstore.dev \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ghcr.io/${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| echo "::endgroup::" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # - name: Verify cosign signatures | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # run: | | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # echo "::group::Verify signature (DockerHub)" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # cosign verify --rekor-url https://rekor.sigstore.dev \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # ${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # echo "::endgroup::" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # echo "::group::Verify signature (GitHub Container Registry)" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # cosign verify --rekor-url https://rekor.sigstore.dev \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # ghcr.io/${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # echo "::endgroup::" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+242
to
+256
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| # - name: Verify cosign signatures | |
| # run: | | |
| # echo "::group::Verify signature (DockerHub)" | |
| # cosign verify --rekor-url https://rekor.sigstore.dev \ | |
| # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | |
| # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | |
| # ${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | |
| # echo "::endgroup::" | |
| # echo "::group::Verify signature (GitHub Container Registry)" | |
| # cosign verify --rekor-url https://rekor.sigstore.dev \ | |
| # --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | |
| # --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | |
| # ghcr.io/${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | |
| # echo "::endgroup::" | |
| - name: Verify cosign signatures | |
| run: | | |
| echo "::group::Verify signature (DockerHub)" | |
| cosign verify --rekor-url https://rekor.sigstore.dev \ | |
| --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | |
| --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | |
| ${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | |
| echo "::endgroup::" | |
| echo "::group::Verify signature (GitHub Container Registry)" | |
| cosign verify --rekor-url https://rekor.sigstore.dev \ | |
| --certificate-identity "https://github.com/${{ github.workflow_ref }}" \ | |
| --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \ | |
| ghcr.io/${{ github.repository }}@${{ steps.docker_build.outputs.digest }} | |
| echo "::endgroup::" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a temporary removal (as indicated by the PR title), consider adding a TODO comment with a tracking issue or explanation. This will help ensure the verification step is re-enabled in the future and provide context for why it was temporarily disabled.
Example: