nsacyber / HIRS

Trusted Computing based services supporting TPM provisioning and supply chain validation concepts. #nsacyber
Other
177 stars 57 forks source link

supplychainvalidationsummary will look up rims by ID #805

Closed iadgovuser29 closed 1 month ago

iadgovuser29 commented 2 months ago

Addresses a base rim look up issue with the supplychainvalidationsummary repository

Some CI tests weren't working because the TPM in our container was not being reset between tests. Any test that extended a PCR would affect subsequent tests.

Moved several TPM functions to a common script. Those functions will currently only work under certain conditions:

iadgovuser29 commented 2 months ago

Changed look up of RIM during validation in the case that a person uploads the RIM separately to the portal.

Added a CI test for this case.