This commit is contained in:
miampf 2024-04-03 14:28:54 +02:00
parent 70f7a9a7b8
commit 578a436d73
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -365,7 +365,7 @@ func (v *versionCollector) newMeasurements(ctx context.Context, csp cloudprovide
upgrades[shortPath] = measurements
v.log.Debug("Compatible image measurement found", shortPath, measurements.String())
}
return upgrades, nil
}