-
Notifications
You must be signed in to change notification settings - Fork 23
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
WIP: Add Support for verifying attestations #7
Closed
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b84740f - Browse repository at this point
Copy the full SHA b84740fView commit details -
verifyin attestation if requested
Tom Meadows committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 4828619 - Browse repository at this point
Copy the full SHA 4828619View commit details -
Support different verification options per image
Different images will require different verification options. This commit adds configuration that allows you to define different 'verifiers' for specific image references, or image reference patterns. At the moment it supports verification by public key, or the existing options, but should be expanded to include all supported options. Also modifies the response from the provider to include an error per-image checked, rather than returning any error as a 'system' error. I've also removed the _invalid suffix from the key returned in the response when there's an error. The presence of the 'error' field indicates this better, I think. Signed-off-by: Rob Best <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7307a7b - Browse repository at this point
Copy the full SHA 7307a7bView commit details -
Merge branch 'verifiers' of github.com:ribbybibby/cosign-gatekeeper-p…
…rovider into add-attestations
Tom Meadows committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 12ba765 - Browse repository at this point
Copy the full SHA 12ba765View commit details -
added support for verifying attestations for images
Tom Meadows committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 36cd98b - Browse repository at this point
Copy the full SHA 36cd98bView commit details -
Tom Meadows committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 180473f - Browse repository at this point
Copy the full SHA 180473fView commit details -
Co-authored-by: Rob Best <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9bb262 - Browse repository at this point
Copy the full SHA e9bb262View commit details -
Co-authored-by: Rob Best <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6c6f77 - Browse repository at this point
Copy the full SHA b6c6f77View commit details -
Co-authored-by: Rob Best <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da535d8 - Browse repository at this point
Copy the full SHA da535d8View commit details -
changed bundleVerified check to only when rekor is used
Tom Meadows committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for cc53f46 - Browse repository at this point
Copy the full SHA cc53f46View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.