mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 15:32:46 -04:00
api: add functions to transparently handle signatures upon API interaction (#2142)
This commit is contained in:
parent
002c3a9a32
commit
dac690656e
45 changed files with 707 additions and 472 deletions
|
@ -67,9 +67,9 @@ func runEnvelopeMeasurements(cmd *cobra.Command, _ []string) error {
|
|||
}
|
||||
|
||||
enveloped := measurements.ImageMeasurementsV2{
|
||||
Ref: flags.version.Ref,
|
||||
Stream: flags.version.Stream,
|
||||
Version: flags.version.Version,
|
||||
Ref: flags.version.Ref(),
|
||||
Stream: flags.version.Stream(),
|
||||
Version: flags.version.Version(),
|
||||
List: []measurements.ImageMeasurementsV2Entry{
|
||||
{
|
||||
CSP: flags.csp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue