Skip to content

Commit d6f8d24

Browse files
committed
oops
1 parent aae1743 commit d6f8d24

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ jobs:
187187
188188
- name: Test verification
189189
run: |
190-
cosign verify-blob sentry-prevent-cli_macos/sentry-prevent-cli_macos --bundle sentry-prevent-cli_macos/sentry-prevent-cli_macos.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ gh.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
191-
cosign verify-blob sentry-prevent-cli_macos/sentry-prevent-cli_macos --bundle sentry-prevent-cli_macos/sentry-prevent-cli_macos.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ gh.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
192-
cosign verify-blob sentry-prevent-cli_windows.exe/sentry-prevent-cli_windows.exe --bundle sentry-prevent-cli_windows.exe/sentry-prevent-cli_windows.exe.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ gh.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
193-
cosign verify-blob sentry-prevent-cli_alpine_arm64/sentry-prevent-cli_alpine_arm64 --bundle sentry-prevent-cli_alpine_arm64/sentry-prevent-cli_alpine_arm64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ gh.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
194-
cosign verify-blob sentry-prevent-cli_alpine_x86_64/sentry-prevent-cli_alpine_x86_64 --bundle sentry-prevent-cli_alpine_x86_64/sentry-prevent-cli_alpine_x86_64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ gh.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
195-
cosign verify-blob sentry-prevent-cli_linux_arm64/sentry-prevent-cli_linux_arm64 --bundle sentry-prevent-cli_linux_arm64/sentry-prevent-cli_linux_arm64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ gh.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
196-
cosign verify-blob sentry-prevent-cli_linux_x86_64/sentry-prevent-cli_linux_x86_64 --bundle sentry-prevent-cli_linux_x86_64/sentry-prevent-cli_linux_x86_64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ gh.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
190+
cosign verify-blob sentry-prevent-cli_macos/sentry-prevent-cli_macos --bundle sentry-prevent-cli_macos/sentry-prevent-cli_macos.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ github.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
191+
cosign verify-blob sentry-prevent-cli_macos/sentry-prevent-cli_macos --bundle sentry-prevent-cli_macos/sentry-prevent-cli_macos.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ github.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
192+
cosign verify-blob sentry-prevent-cli_windows.exe/sentry-prevent-cli_windows.exe --bundle sentry-prevent-cli_windows.exe/sentry-prevent-cli_windows.exe.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ github.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
193+
cosign verify-blob sentry-prevent-cli_alpine_arm64/sentry-prevent-cli_alpine_arm64 --bundle sentry-prevent-cli_alpine_arm64/sentry-prevent-cli_alpine_arm64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ github.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
194+
cosign verify-blob sentry-prevent-cli_alpine_x86_64/sentry-prevent-cli_alpine_x86_64 --bundle sentry-prevent-cli_alpine_x86_64/sentry-prevent-cli_alpine_x86_64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ github.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
195+
cosign verify-blob sentry-prevent-cli_linux_arm64/sentry-prevent-cli_linux_arm64 --bundle sentry-prevent-cli_linux_arm64/sentry-prevent-cli_linux_arm64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ github.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
196+
cosign verify-blob sentry-prevent-cli_linux_x86_64/sentry-prevent-cli_linux_x86_64 --bundle sentry-prevent-cli_linux_x86_64/sentry-prevent-cli_linux_x86_64.bundle --certificate-identity=https://github.com/getsentry/prevent-cli/.github/workflows/build.yml@refs/heads/${{ github.ref_name }} --certificate-oidc-issuer=https://token.actions.githubusercontent.com
197197
198198
- name: Upload release artifact
199199
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)