Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen committed Apr 8, 2024
1 parent 84786ac commit 2229366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 118 deletions.
113 changes: 0 additions & 113 deletions internal/flavors/asset_inventory.go

This file was deleted.

5 changes: 0 additions & 5 deletions internal/flavors/benchmark/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@ func GetStrategy(cfg *config.Config, log *logp.Logger) (Strategy, error) {
case config.CIS_AWS:
if cfg.CloudConfig.Aws.AccountType == config.OrganizationAccount {
return &AWSOrg{
<<<<<<< HEAD
IdentityProvider: awslib.IdentityProvider{},
=======
IAMProvider: &iam.Provider{},
IdentityProvider: awslib.IdentityProvider{Logger: log},
>>>>>>> 6bf970af (fix panic due to missing logger of aws IdentityProvider (#2095))
AccountProvider: awslib.AccountProvider{},
}, nil
}
Expand Down

0 comments on commit 2229366

Please sign in to comment.