Skip to content

Commit

Permalink
further improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <h_rouhani@hotmail.com>
  • Loading branch information
HRouhani committed Sep 9, 2024
1 parent 984efa4 commit 1ae7e0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions providers/azure/resources/azure.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -743,8 +743,6 @@ resources:
url: https://learn.microsoft.com/en-us/azure/key-vault/
azure.subscription.keyVaultService.key:
fields:
autoRotationEnabled:
min_mondoo_version: 9.0.0
created: {}
enabled: {}
expires: {}
Expand Down
2 changes: 1 addition & 1 deletion providers/azure/resources/keyvault.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (a *mqlAzureSubscriptionKeyVaultServiceVault) keys() ([]interface{}, error)
return res, nil
}

func (a *mqlAzureSubscriptionKeyVaultServiceKeyAutorotation) keyName() (string, error) {
func (a *mqlAzureSubscriptionKeyVaultServiceKeyAutorotation) id() (string, error) {
id := a.Kid.Data
kvid, err := parseKeyVaultId(id)
if err != nil {
Expand Down

0 comments on commit 1ae7e0d

Please sign in to comment.