Skip to content

Commit

Permalink
update profiles.title include runID
Browse files Browse the repository at this point in the history
  • Loading branch information
meme112233 committed Aug 5, 2024
1 parent be3747b commit 4c07e73
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 @@ -42,7 +42,7 @@ export class MsftSecureScoreMapper extends BaseConverter {
name: 'Microsoft Secure Score Scan',
title: {
transformer: (data: SecureScore) =>
`Azure Secure Score report - TenantID: ${data.azureTenantId}`
`Azure Secure Score report - Tenant ID: ${data.azureTenantId} - Run ID: ${data.id}`
},
supports: [],
attributes: [],
Expand Down

0 comments on commit 4c07e73

Please sign in to comment.