Skip to content

Commit

Permalink
fix resourceid mask
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Feb 5, 2025
1 parent 0dab144 commit 32b41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/renderers/report_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ func (rd *ReportData) resourcesTable(resources []*scanners.Resource) [][]string
r.SkuTier,
r.Kind,
sla,
r.ID,
MaskSubscriptionIDInResourceID(r.ID, rd.Mask),
}
rows = append(rows, row)
}
Expand Down

0 comments on commit 32b41b4

Please sign in to comment.