Skip to content

Commit

Permalink
Update Lombiq.Tests.UI/SecurityScanning/SecurityScanningUITestContext…
Browse files Browse the repository at this point in the history
…Extensions.cs

Co-authored-by: Zoltán Lehóczky <zoltan.lehoczky@lombiq.com>
  • Loading branch information
sarahelsaig and Piedone authored Jan 14, 2024
1 parent 74bae9c commit 7397bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public static Task<SecurityScanResult> RunSecurityScanAsync(
.StartAtUri(context.GetCurrentUri());

// By default ignore /vendor/ or /vendors/ URLs. This is case-insensitive. We have no control over them, and
// they may contain several false positives (e.g. in font-awesome)..
// they may contain several false positives (e.g. in font-awesome).
configuration.ExcludeUrlWithRegex(@".*/vendors?/.*");

if (context.Configuration.SecurityScanningConfiguration.ZapAutomationFrameworkPlanModifier != null)
Expand Down

0 comments on commit 7397bb9

Please sign in to comment.