mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-20 17:52:47 +00:00
Updated status error checking for validating firmware.
This commit is contained in:
parent
dbbcca8718
commit
c7f796d1a3
@ -380,7 +380,7 @@ public class SupplyChainValidationServiceImpl implements SupplyChainValidationSe
|
||||
} else {
|
||||
level = Level.INFO;
|
||||
}
|
||||
} else {
|
||||
} else if (fwStatus != null) {
|
||||
fwStatus = new AppraisalStatus(FAIL, "Associated Issued Attestation"
|
||||
+ " Certificate can not be found.");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user