diff --git a/.github/workflows/publish-dev-assets.yml b/.github/workflows/publish-dev-assets.yml index 084ffa617..9fa349232 100644 --- a/.github/workflows/publish-dev-assets.yml +++ b/.github/workflows/publish-dev-assets.yml @@ -156,29 +156,29 @@ jobs: - name: Verify with Cosign run: | cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-dev-assets.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-dev-assets.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.crdref }}:${{ steps.prepare.outputs.version }} cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-dev-assets.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-dev-assets.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.baseref }}:${{ steps.prepare.outputs.version }} cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-dev-assets.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-dev-assets.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.ref }}:${{ steps.prepare.outputs.version }} cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-dev-assets.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-dev-assets.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.chartrepo }}/ratify:${{ steps.prepare.outputs.semversionrolling }} cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-dev-assets.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-dev-assets.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.chartrepo }}/ratify:${{ steps.prepare.outputs.semversion }} - name: clear if: always() diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 3b3db76e3..76efddfbb 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -133,19 +133,19 @@ jobs: - name: Verify with Cosign run: | cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-package.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-package.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.crdref }} cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-package.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-package.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.baseref }} cosign verify \ - --certificate-identity-regexp "https://github.com/akashsinghal/ratify/.github/workflows/publish-package.yml@*" \ + --certificate-identity-regexp "https://github.com/ratify-project/ratify/.github/workflows/publish-package.yml@*" \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ - --certificate-github-workflow-repository akashsinghal/ratify \ + --certificate-github-workflow-repository ratify-project/ratify \ ${{ steps.prepare.outputs.ref }} - name: clear if: always()