attestation: use AWS attestation

This commit is contained in:
Leonard Cohnen 2022-10-21 17:09:10 +02:00 committed by 3u13r
parent f199b08068
commit 015b12d8ff
3 changed files with 11 additions and 10 deletions

View file

@ -231,6 +231,8 @@ func writeRow(wr io.Writer, col1 string, col2 string) {
func getEnforcedPCRs(provider cloudprovider.Provider, config *config.Config) []uint32 {
switch provider {
case cloudprovider.AWS:
return config.Provider.AWS.EnforcedMeasurements
case cloudprovider.Azure:
return config.Provider.Azure.EnforcedMeasurements
case cloudprovider.GCP: