Skip to content

Use cosign --bundle for checksum signing - #17

Merged
andrew merged 1 commit into
mainfrom
fix-cosign-bundle
Jul 27, 2026
Merged

Use cosign --bundle for checksum signing#17
andrew merged 1 commit into
mainfrom
fix-cosign-bundle

Conversation

@andrew

@andrew andrew commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The v0.1.2 release failed at the signing step: cosign now defaults to the new bundle format, which ignores --output-certificate/--output-signature and then errors because no --bundle path was given. Switch to --bundle=${signature} with a .cosign.bundle output, matching pin and git-pkgs.

The previous --output-certificate/--output-signature flags are ignored
under cosign's new default bundle format, causing sign-blob to fail with
'create bundle file: open : no such file or directory'. Match the config
used in the other git-pkgs binaries.
@andrew
andrew merged commit 3e5de44 into main Jul 27, 2026
8 checks passed
@andrew
andrew deleted the fix-cosign-bundle branch July 27, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant