diff --git a/Chart.yaml b/Chart.yaml index 9993e78..c5c5cb6 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -7,4 +7,4 @@ keywords: - confidential-containers name: trustee # DO NOT EDIT VERSION HERE, IT IS AUTO-GENERATED BY SEMANTIC-RELEASE -version: 0.6.0 +version: 0.7.0 diff --git a/README.md b/README.md index 14752ea..7d1698f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # trustee -![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) A Helm chart to provide an opinionated deployment of Trustee in a validated pattern diff --git a/templates/attestation-policy.yaml b/templates/attestation-policy.yaml index acd38b2..abf47c5 100644 --- a/templates/attestation-policy.yaml +++ b/templates/attestation-policy.yaml @@ -244,7 +244,7 @@ data: input["tdx"] # Check the TD has the expected attributes (e.g., debug not enabled) and features. - input["tdx"].quote.body.td_attributes.debug == false + input["tdx"].td_attributes.debug == false input["tdx"].quote.body.xfam in query_reference_value("xfam") } @@ -252,7 +252,7 @@ data: else := 3 if { input["tdx"] - input["tdx"].quote.body.td_attributes.debug == false + input["tdx"].td_attributes.debug == false # CoCo pattern: init_data check (runtime configuration hash) input.init_data in query_reference_value("init_data")