Scan binaries for licenses (#19206)
This commit is contained in:
parent
830e02f93c
commit
ac65bb3e0c
1 changed files with 0 additions and 24 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue