You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().StringVar(&runID, "id", "", "workflow Run ID")
60
-
err:=cmd.MarkFlagRequired("id")
61
-
cobra.CheckErr(err)
66
+
cmd.Flags().StringVar(&attestationDigest, "digest", "", "content digest of the attestation")
62
67
63
68
cmd.Flags().BoolVar(&verifyAttestation, "verify", false, "verify the attestation")
64
69
cmd.Flags().StringVar(&publicKey, "key", "", fmt.Sprintf("public key used to verify the attestation. Note: You can also use env variable %s", signingKeyEnvVarName))
0 commit comments