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

Update warning when users sign images by tag. #2313

Merged
merged 3 commits into from
Oct 14, 2022

Commits on Oct 13, 2022

  1. Update warning when users sign images by tag.

    See sigstore#2047.
    
    Signed-off-by: Zachary Newman <[email protected]>
    znewman01 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b8c257f View commit details
    Browse the repository at this point in the history
  2. Fix lots of docs

    Signed-off-by: Zachary Newman <[email protected]>
    znewman01 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b4e0ee8 View commit details
    Browse the repository at this point in the history
  3. Add test cases for no-digest warning message

    Also explicitly check for Digest being set, rather than Tag not being set. This
    doesn't actually make a difference because name.ParseReference just throws away
    the tag in such cases (maybe a bug), but it does make the intent clearer.
    
    Signed-off-by: Zachary Newman <[email protected]>
    znewman01 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    2bcec84 View commit details
    Browse the repository at this point in the history