Skip to content

feat: Adding signature verification#6

Merged
yhakbar merged 2 commits intomainfrom
feat/adding-signature-verficiation
Jan 20, 2026
Merged

feat: Adding signature verification#6
yhakbar merged 2 commits intomainfrom
feat/adding-signature-verficiation

Conversation

@yhakbar
Copy link
Contributor

@yhakbar yhakbar commented Jan 16, 2026

Adds support for signature verification with gpg/cosign.

@yhakbar yhakbar force-pushed the feat/adding-signature-verficiation branch from d6aa152 to 8f620c6 Compare January 16, 2026 16:31
@yhakbar yhakbar marked this pull request as ready for review January 20, 2026 15:45
bin/install Outdated

echo "Downloading signature files for Cosign verification..."

if ! curl -sL -o "${sums_file}" "${sums_url}"; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the checksum file is downloaded multiple times, in install, _verify_gpg_signature, _verify_cosign_signature, can be reduced number of downloads?

@yhakbar yhakbar merged commit 6db136c into main Jan 20, 2026
4 checks passed
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.

2 participants