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
Revise Entra report header with new exclusion info and documentation name (#1529)
* Remove outdated reference to README file from AAD header
* Add language explaining exclusions in the Entra HTML report header
* added entra policy 3.7 to the configuration file documentation since it was missing
* slight tweak to the first sentence explaining config file exclusions to align with the prose that is on the respective documentation page.
---------
Co-authored-by: Ted Kolovos <[email protected]>
Copy file name to clipboardExpand all lines: PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1
+4-3
Original file line number
Diff line number
Diff line change
@@ -225,9 +225,10 @@ function New-Report {
225
225
226
226
# Finish building the html report
227
227
$Title="$($FullName) Baseline Report"
228
-
$AADWarning="Exclusions must only be used if they are approved within an organization's security risk acceptance process.
229
-
Please reference <a href=`"$($ScubaGitHubUrl)/blob/v$($SettingsExport.module_version)/docs/configuration/configuration.md#entra-id-configuration`" target=`"_blank`">this section in the README file</a>
230
-
file for a list of the policies that accept exclusions and the instructions for setting up exclusions in the configuration file.
228
+
$AADWarning="The ScubaGear configuration file provides the capability to exclude specific users or groups from some of the Entra ID policy checks.
229
+
Exclusions must only be used if they are approved within an organization's security risk acceptance process.
230
+
See <a href=`"$($ScubaGitHubUrl)/blob/v$($SettingsExport.module_version)/docs/configuration/configuration.md#entra-id-configuration`" target=`"_blank`">this section in the product documentation</a>
231
+
for a list of the policies that accept exclusions and the instructions for setting up exclusions in the configuration file.
231
232
<i>Exclusions can introduce grave risks to your system and must be managed carefully.</i>"
0 commit comments