mirror of
https://github.com/ultravioletrs/cocos.git
synced 2026-06-23 04:10:25 +00:00
COCOS-458 - Extend the CLI with the option to calculate the PCR16 register (#489)
* added code for extending policy json file * minor bug fix * typo * added tests * increased coverage * fixed error * improved coverage * fixed according to comments
This commit is contained in:
@@ -164,6 +164,7 @@ func main() {
|
||||
attestationPolicyCmd.AddCommand(cliSVC.NewGCPAttestationPolicy())
|
||||
attestationPolicyCmd.AddCommand(cliSVC.NewDownloadGCPOvmfFile())
|
||||
attestationPolicyCmd.AddCommand(cliSVC.NewAzureAttestationPolicy())
|
||||
attestationPolicyCmd.AddCommand(cliSVC.NewExtendWithManifestCmd())
|
||||
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
logErrorCmd(*rootCmd, err)
|
||||
|
||||
Reference in New Issue
Block a user