mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 16:25:21 -04:00
api: for Azure attestationconfigapi use TCB values from SNP report instead of MAA token (#2429)
This commit is contained in:
parent
0c89f57ac5
commit
5819a11d25
11 changed files with 211 additions and 110 deletions
|
@ -2480,8 +2480,9 @@ def go_dependencies():
|
|||
build_file_generation = "on",
|
||||
build_file_proto_mode = "disable_global",
|
||||
importpath = "github.com/google/go-sev-guest",
|
||||
sum = "h1:XlvpFmmyMGvXmCIBTScYt7AX3ClvW8gfFN3SBCRVuKY=",
|
||||
version = "v0.9.1",
|
||||
replace = "github.com/google/go-sev-guest",
|
||||
sum = "h1:6o4Z/vQqNUH+cEagfx1Ez5ElK70iZulEXZwmLnRo44I=",
|
||||
version = "v0.0.0-20230928233922-2dcbba0a4b9d",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_google_go_tdx_guest",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue