revert cosign signing of release checksums file (#2571)

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2024-01-31 11:58:24 -05:00 committed by GitHub
parent bbe7fa180a
commit 377538e4a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,16 +259,3 @@ sboms:
- "$artifact" - "$artifact"
- "--output" - "--output"
- "json=$document" - "json=$document"
signs:
- cmd: .tool/cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args:
- "sign-blob"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
- "${artifact}"
- "--yes"
artifacts: checksum