Exclusion for unknown license ref in aspnetcore (#17599)
This commit is contained in:
parent
30d7d24a65
commit
8f5865e05a
1 changed files with 2 additions and 1 deletions
|
@ -28,8 +28,9 @@ src/arcade/src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/eula.rtf
|
||||||
# aspnetcore
|
# aspnetcore
|
||||||
#
|
#
|
||||||
|
|
||||||
# Line 1 is a generic statement about license applicability that is being detected as "unknown"
|
# A generic statement about license applicability that is being detected as "unknown"
|
||||||
src/aspnetcore/src/Components/THIRD-PARTY-NOTICES.txt|unknown
|
src/aspnetcore/src/Components/THIRD-PARTY-NOTICES.txt|unknown
|
||||||
|
src/aspnetcore/THIRD-PARTY-NOTICES.txt|unknown
|
||||||
|
|
||||||
# Windows installer files that have a reference to a URL for license
|
# Windows installer files that have a reference to a URL for license
|
||||||
src/aspnetcore/src/Installers/Windows/**/*.wxl|unknown-license-reference
|
src/aspnetcore/src/Installers/Windows/**/*.wxl|unknown-license-reference
|
||||||
|
|
Loading…
Add table
Reference in a new issue