constellation/internal/attestation/azure/tdx/testdata/BUILD.bazel
Daniel Weiße e350ca0f57
attestation: add Azure TDX attestation (#2827)
* Implement Azure TDX attestation primitives
* Add default measurements and claims for Azure TDX
* Enable Constellation on Azure TDX

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2024-01-24 15:10:15 +01:00

10 lines
295 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testdata",
srcs = ["testdata.go"],
embedsrcs = ["hclreport.bin"],
importpath = "github.com/edgelesssys/constellation/v2/internal/attestation/azure/tdx/testdata",
visibility = ["//:__subpackages__"],
)