From 23203b4bb14b3651a490c53c5bf595f6c6b599fd Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 16 Mar 2023 16:58:46 -0700 Subject: Add component integrity schemas Update the schema pack to include ComponentIntegrity resources. ComponentIntegrity is used for representing roots of trust, and conveying attestation parameters forward. Tested: Automated change Signed-off-by: Ed Tanous Change-Id: I1c62ddeeb9151bfe2852199a9ebb12a6636e6262 --- scripts/update_schemas.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 474c268feb..794ec0cd57 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -43,6 +43,8 @@ include_list = [ "ChassisCollection", "ComputerSystem", "ComputerSystemCollection", + "ComponentIntegrity", + "ComponentIntegrityCollection", "Drive", "DriveCollection", "EnvironmentMetrics", -- cgit v1.2.3