From 79ff76e952a4131ed267794f178b3611bfcd32e5 Mon Sep 17 00:00:00 2001 From: Ted Kolovos <107076927+tkol2022@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:55:20 -0500 Subject: [PATCH] slight tweak to the first sentence explaining config file exclusions to align with the prose that is on the respective documentation page. --- PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 b/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 index e6c44f177..460cf272f 100644 --- a/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 +++ b/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 @@ -225,7 +225,7 @@ function New-Report { # Finish building the html report $Title = "$($FullName) Baseline Report" - $AADWarning = "The ScubaGear configuration file supports exclusions for users, groups, and roles with some policies. + $AADWarning = "The ScubaGear configuration file provides the capability to exclude specific users or groups from some of the Entra ID policy checks. Exclusions must only be used if they are approved within an organization's security risk acceptance process. See this section in the product documentation for a list of the policies that accept exclusions and the instructions for setting up exclusions in the configuration file.