-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add JSON output option for docker trust view #659
Comments
For that, I'd prefer to have /cc @riyazdf |
Related; proposal/discussion on #522 |
@rn: What would you like to script here? If we translated the exact We could potentially expose even more information here that we decided to omit from |
@riyazdf My specific use case is that I want to write a script to check LinuxKit packages to make sure that the manifest lists and the constituent parts are all signed properly. I can obviously just grep for some string in the output but thought it might be nicer to have this a bit more structured. @thaJeztah Yeah, I was a bit surprised to not see |
@rn: got it, yes I agree that |
You can find the reason in my comment here; #472 (review) Basically, the |
docker trust view
is great for humans, but for scripting it would be nice to have an option to also generate the information in JSON or some other format, maybe something likedocker trust view --json <image>
.The text was updated successfully, but these errors were encountered: