Missed a change to the failed validation boolean method change

This commit is contained in:
Cyrus 2024-03-01 07:53:49 -05:00
parent 3fb05d7470
commit 769afec6ce

View File

@ -641,7 +641,7 @@ public class IdentityClaimProcessor extends AbstractProcessor {
platformCredential.getSerialNumber().toString(),
platformCredential.getPlatformChainType(),
componentIdentifier);
componentResult.setMismatched(false);
componentResult.setFailedValidation(false);
componentResultRepository.save(componentResult);
componentResults++;
}