diff --git a/src/Microsoft.Security.Utilities.Core/WellKnownRegexPatterns.cs b/src/Microsoft.Security.Utilities.Core/WellKnownRegexPatterns.cs index ce11e86..39ea814 100644 --- a/src/Microsoft.Security.Utilities.Core/WellKnownRegexPatterns.cs +++ b/src/Microsoft.Security.Utilities.Core/WellKnownRegexPatterns.cs @@ -61,7 +61,6 @@ public static class WellKnownRegexPatterns public static IEnumerable HighConfidenceMicrosoftSecurityModels { get; } = new RegexPattern[] { - new AzureContainerRegistryLegacyKey(), new CommonAnnotatedSecurityKey(), new AadClientAppIdentifiableCredentials(), new AzureFunctionIdentifiableKey(),