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

CI not tracking latest version of Cosign #111

Open
tri-adam opened this issue May 11, 2022 · 2 comments
Open

CI not tracking latest version of Cosign #111

tri-adam opened this issue May 11, 2022 · 2 comments

Comments

@tri-adam
Copy link
Member

#110 worked around an issue installing cosign (sigstore/cosign#1844), but has the side-effect of pinning cosign to version 1.8.0. We should circle back in the future to see if there is an easy way to install the latest version in our CI.

@EmmEff
Copy link
Contributor

EmmEff commented Sep 15, 2022

Can we use the following since this job in CircleCI is already running in a golang image?

go install github.com/sigstore/cosign/cmd/cosign@latest

@tri-adam
Copy link
Member Author

Can we use the following since this job in CircleCI is already running in a golang image?

go install github.com/sigstore/cosign/cmd/cosign@latest

Assuming sigstore/cosign#1844 is fixed, yes...

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

No branches or pull requests

2 participants