Skip to content

Commit

Permalink
remove 'summary' field as no value available
Browse files Browse the repository at this point in the history
  • Loading branch information
meme112233 committed Jul 22, 2024
1 parent 5a3ab7a commit 946412b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/hdf-converters/src/msft-secure-score-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class MsftSecureScoreMapper extends BaseConverter {
transformer: (d: SecureScore) =>
`Azure Secure Score report: TenantID: ${d.azureTenantId}`
},
summary: 'NAME',
supports: [],
attributes: [],
groups: [],
Expand Down

0 comments on commit 946412b

Please sign in to comment.