Skip to content

Commit

Permalink
add resource_group to azure cloud resources (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth authored Nov 14, 2024
1 parent 160dba8 commit a76a360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepfence_utils/utils/ingesters/cloud_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ type CloudResource struct {
Users *json.RawMessage `json:"users"`
UserGroups *json.RawMessage `json:"user-groups"`
ResourcesVpcConfig *json.RawMessage `json:"resources_vpc_config"`
ResourceGroup string `json:"resource_group,omitempty"`
}

func (c *CloudResource) ToMap() (map[string]interface{}, error) {
Expand Down

0 comments on commit a76a360

Please sign in to comment.