Skip to content

Commit

Permalink
updated aad warning link (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagarwal-mitre committed Jun 25, 2024
1 parent c857b19 commit a22395e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function New-Report {
# Finish building the html report
$Title = "$($FullName) Baseline Report"
$AADWarning = "Exclusions must only be used if they are approved within an organization's security risk acceptance process.
Please reference <a href=`"$($ScubaGitHubUrl)/blob/v$($SettingsExport.module_version)#aad-conditional-access-policy-exemptions`" target=`"_blank`">this section in the README file</a>
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>
file for a list of the policies that accept exclusions and the instructions for setting up exclusions in the configuration file.
<i>Exclusions can introduce grave risks to your system and must be managed carefully.</i>"
$NoWarning = "<br/>"
Expand Down

0 comments on commit a22395e

Please sign in to comment.