We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We shold add a step after image build and before push which confirms kernel in the image was signed with the proper key.
Can use: podman run --entrypoint /bin/bash image -c "cat path to vmlinuz" > tmp/vmlinuz
podman run --entrypoint /bin/bash image -c "cat path to vmlinuz" > tmp/vmlinuz
And then do a sbverify --cert
sbverify --cert
The text was updated successfully, but these errors were encountered:
In downstream images this has been implemented.
But we can do something similar in this repo.
Sorry, something went wrong.
Implemented in #18
No branches or pull requests
We shold add a step after image build and before push which confirms kernel in the image was signed with the proper key.
Can use:
podman run --entrypoint /bin/bash image -c "cat path to vmlinuz" > tmp/vmlinuz
And then do a
sbverify --cert
The text was updated successfully, but these errors were encountered: