Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sign kwctl binary #228

Merged
merged 2 commits into from
May 24, 2022
Merged

feat: sign kwctl binary #228

merged 2 commits into from
May 24, 2022

Conversation

raulcabello
Copy link
Contributor

Description

Use cosign sign-blob to sign binaries for all platforms.

You can see how the binaries were signed in the github action in my fork.
To verify the signatures download the binaries from here, then execute:

COSIGN_EXPERIMENTAL=1 cosign verify-blob  --signature kwctl-linux-x86_64.sig --cert kwctl-linux-x86_64.pem kwctl-linux-x86_64

Fix #222

Use cosign sign-blob to sign binaries for all platforms
@raulcabello raulcabello requested a review from a team as a code owner May 24, 2022 10:02
Copy link
Member

@flavio flavio left a comment

Choose a reason for hiding this comment

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

👏

@raulcabello
Copy link
Contributor Author

I just removed my cosign-installer fork here since this PR is already merged

@flavio
Copy link
Member

flavio commented May 24, 2022

That was fast! 🥳

@flavio
Copy link
Member

flavio commented May 24, 2022

Go ahead and merge it!

@raulcabello raulcabello merged commit f05353a into kubewarden:main May 24, 2022
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.

Feature Request: Sign kwctl with Sigstore
2 participants