-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add base image verification #2
Comments
|
Lowercase registry is being fixed here: blue-build/cli#8 |
Should the image verification be implemented here with EyeCantCU's action (easy), or in cli? |
If it just involves inspecting it for a label, we can totally do that in the tool. Plus I'll need that to make sure we're using the right version number on the image instead of latest |
FYI, not only is base image verification needed but also custom base image verification, if using EyeCantCU's action:
Regardless, the registry and pubkey need to be available as parameters. |
I could implement this based on EyeCantCU's PR on startingpoint first, since this isn't a priority to implement in cli. |
We should probably have a list of keys to verify against by default, at least ublue and upstream fedora and vanilla (if those use cosign, haven't checked yet). I'm also unsure how to handle OIDC here. |
Are these things, that are in the the startingpoint action, missing from here, or are they implemented in blue-build/cli (@gmpinder) ?
The text was updated successfully, but these errors were encountered: