We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a5e6c commit 25f9f3eCopy full SHA for 25f9f3e
1 file changed
dstack/guest-agent-simulator/src/simulator.rs
@@ -57,7 +57,7 @@ pub fn simulated_attest_response(
57
let mut attestation =
58
maybe_patch_report_data(attestation, report_data, patch_report_data, "attest");
59
if let Some(event_log) = attestation.platform.tdx_event_log_mut() {
60
- cc_eventlog::tdx::fill_v2_preimages(event_log);
+ dstack_attest::ccel::tdx::fill_v2_preimages(event_log);
61
}
62
Ok(AttestResponse {
63
attestation: VersionedAttestation::V1 { attestation }.to_bytes()?,
0 commit comments