Scan binaries for licenses (#19206)

This commit is contained in:
Ella Hathaway 2024-03-27 12:56:34 -07:00 committed by GitHub
parent 830e02f93c
commit ac65bb3e0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,31 +107,7 @@ public class LicenseScanTests : TestBase
private static readonly string[] s_ignoredFilePatterns = new string[] private static readonly string[] s_ignoredFilePatterns = new string[]
{ {
"*.bin",
"*.bmp",
"*.bson",
"*.db",
"*.dic",
"*.eot",
"*.gif",
"*.ico",
"*.jpg",
"*.il",
"*.ildump", "*.ildump",
"*.lss",
"*.nlp",
"*.otf",
"*.pdf",
"*.pfx",
"*.png",
"*.snk",
"*.ttf",
"*.vsd",
"*.vsdx",
"*.winmd",
"*.woff",
"*.woff2",
"*.xlsx",
}; };
private readonly string _targetRepo; private readonly string _targetRepo;