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

cleanup: update repo to use cosign v2.0.0-rc.1 #535

Merged
merged 1 commit into from Jan 28, 2023

Conversation

k4leung4
Copy link
Contributor

Signed-off-by: Kenny Leung kleung@chainguard.dev

Summary

cleanup: update repo to use cosign v2.0.0-rc.1

Release Note

cleanup: update repo to use cosign v2.0.0-rc.1

Documentation

@codecov-commenter
Copy link

codecov-commenter commented Jan 28, 2023

Codecov Report

Merging #535 (5f2afc1) into main (a2dfbb7) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #535   +/-   ##
=======================================
  Coverage   54.79%   54.79%           
=======================================
  Files          42       42           
  Lines        4559     4559           
=======================================
  Hits         2498     2498           
  Misses       1856     1856           
  Partials      205      205           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Kenny Leung <kleung@chainguard.dev>
@@ -119,7 +119,7 @@ echo '::endgroup::'
echo '::group:: Verify demoimage with cosign key and TSA'
export TSA_CERT_CHAIN=`kubectl -n tsa-system get secrets tsa-cert-chain -ojsonpath='{.data.cert-chain}'`
echo "$TSA_CERT_CHAIN" | base64 -d > tsa-cert-chain.pem
COSIGN_EXPERIMENTAL=1 cosign verify --key cosign.pub --timestamp-cert-chain tsa-cert-chain.pem --insecure-skip-tlog-verify --rekor-url ${REKOR_URL} --allow-insecure-registry ${demoimage}
COSIGN_EXPERIMENTAL=1 cosign verify --key cosign.pub --timestamp-cert-chain tsa-cert-chain.pem --insecure-ignore-tlog --rekor-url ${REKOR_URL} --allow-insecure-registry ${demoimage}
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: we don't need COSIGN_EXPERIMENTAL

@hectorj2f
Copy link
Collaborator

We can go with these changes #536. I'll remove the EXPERIMENTAL env variable in a new PR.

@vaikas vaikas merged commit 5f2afc1 into sigstore:main Jan 28, 2023
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.

None yet

4 participants