summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2023-03-17 02:58:46 +0300
committerEd Tanous <ed@tanous.net>2023-03-21 21:11:55 +0300
commit23203b4bb14b3651a490c53c5bf595f6c6b599fd (patch)
tree063a0c97541898ae248ac7d0e54b1512465850a0 /scripts
parentf83612755f90c99ab98d6758406b4dbb965c9b01 (diff)
downloadbmcweb-23203b4bb14b3651a490c53c5bf595f6c6b599fd.tar.xz
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 <edtanous@google.com> Change-Id: I1c62ddeeb9151bfe2852199a9ebb12a6636e6262
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 2 insertions, 0 deletions
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",