Skip to content

Commit

Permalink
Update libs/hdf-converters/src/msft-secure-score-mapper.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Hu <[email protected]>
  • Loading branch information
meme112233 and charleshu-8 authored Jul 22, 2024
1 parent 946412b commit ca595c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hdf-converters/src/msft-secure-score-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class MsftSecureScoreMapper extends BaseConverter {
version: {path: 'v4'},
title: {
transformer: (d: SecureScore) =>
`Azure Secure Score report: TenantID: ${d.azureTenantId}`
`Azure Secure Score report - TenantID: ${d.azureTenantId}`
},
supports: [],
attributes: [],
Expand Down

0 comments on commit ca595c8

Please sign in to comment.