mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-28 12:21:10 +00:00
Missed a change to the failed validation boolean method change
This commit is contained in:
parent
3fb05d7470
commit
769afec6ce
@ -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++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user