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

Fix missing privacy statement, print in multiple locations #2622

Merged
merged 1 commit into from
Jan 12, 2023

Commits on Jan 12, 2023

  1. Fix missing privacy statement, print in multiple locations

    The statement wasn't being printed, only the confirmation, so updated
    that and its spacing.
    
    Additionally, I added the statement to be printed before using Fulcio in
    addition to Rekor. It'll only be printed once since we use sync.Once.
    The motivation for this is that Fulcio includes the certificate in its
    own CT log, so users should be prompted before. Otherwise, by the time
    they would say no to the Rekor prompt, the email would already be
    publicly logged.
    
    Updates to sigstore#2580
    
    Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
    haydentherapper committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5ee1a55 View commit details
    Browse the repository at this point in the history