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:
Jovan Djukic
2025-08-05 12:23:13 +02:00
committed by GitHub
parent 8eb1fac9ad
commit 49a66d6f35
3 changed files with 177 additions and 0 deletions
+1
View File
@@ -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)