Added method to combine the manufacturer and the model as an identifier for the component.

This commit is contained in:
Cyrus 2020-11-10 10:04:46 -05:00
parent e8f5107137
commit 67b70a386d

View File

@ -239,7 +239,8 @@ public class SupplyChainValidationServiceImpl implements SupplyChainValidationSe
String.format("%s%n%s", platformScv.getMessage(),
attributeScv.getMessage())));
}
componentFailures = attributeScv.getMessage();
componentFailures = updateUnmatchedComponents(
attributeScv.getMessage());
}
pc.setDevice(device);