You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1281 adds a new function, Format-PlainText that removes the HTML elements from the control statements / report details that don't make sense to include in a csv file. Call this same function (or a similar one) to remove elements that don't make sense to include in the json.
Motivation and context
Not all elements prepared for the HTML reports make sense to include in the json version. For example, the "View all CA policies" links in the AAD report don't make sense to include in the json report as that link is specific to the AAD HTML report and is broken out of context.
Implementation notes
Recommend starting with the Format-PlainText function, tweak or make a new one as needed.
Acceptance criteria
The HTML elements ScubaGear add to the HTML report for the baseline statements have been replaced
The HTML elements ScubaGear add to the HTML report for the report details have been replaced
The text was updated successfully, but these errors were encountered:
💡 Summary
#1281 adds a new function, Format-PlainText that removes the HTML elements from the control statements / report details that don't make sense to include in a csv file. Call this same function (or a similar one) to remove elements that don't make sense to include in the json.
Motivation and context
Not all elements prepared for the HTML reports make sense to include in the json version. For example, the "View all CA policies" links in the AAD report don't make sense to include in the json report as that link is specific to the AAD HTML report and is broken out of context.
Implementation notes
Recommend starting with the Format-PlainText function, tweak or make a new one as needed.
Acceptance criteria
The text was updated successfully, but these errors were encountered: