Skip to content

Commit

Permalink
remove unuded profile.version field as no value known from Microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
meme112233 committed Jul 22, 2024
1 parent 7a1ea4a commit 8f7133b
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 @@ -29,7 +29,6 @@ export class MsftSecureScoreMapper extends BaseConverter {
profiles: [
{
name: 'Microsoft Secure Score Scan',
version: {path: 'v4'},
title: {
transformer: (data: SecureScore) =>
`Azure Secure Score report - TenantID: ${data.azureTenantId}`
Expand Down

0 comments on commit 8f7133b

Please sign in to comment.