mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-04 04:54:15 -04:00
cli: enable JSON output for constellation verify
on Azure TDX (#3164)
* Remove formatter factory * Enable `constellation verify` with JSON output for Azure TDX --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
b3fcdc9a22
commit
daaa7755a7
7 changed files with 90 additions and 157 deletions
|
@ -111,6 +111,9 @@ go_library(
|
|||
"@io_k8s_sigs_yaml//:yaml",
|
||||
"@org_golang_x_mod//semver",
|
||||
"@org_golang_google_grpc//:grpc",
|
||||
"@com_github_google_go_tdx_guest//abi",
|
||||
"@com_github_google_go_tdx_guest//proto/tdx",
|
||||
"//internal/attestation/azure/tdx",
|
||||
] + select({
|
||||
"@io_bazel_rules_go//go/platform:android_amd64": [
|
||||
"@org_golang_x_sys//unix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue