-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ci: Validate licenses from referenced NuGet packages (#729)
* chore: Add validate-license job, allowed licenses and ignored packages * wip * wip * chore: Add transitive packages * fix: Wrong argument sequence * chore: Rewrite test, use simpler structure * chore: Add "PostgreSQL" license to whitelist * chore: Implement requested changes
- Loading branch information
1 parent
951ebc6
commit 6b502b4
Showing
3 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
[ | ||
"AFL-2.1", | ||
"AFLv2.1", | ||
"AFL-3.0", | ||
"AFLv3.0", | ||
"APSL-2.0", | ||
"Apache-1.1", | ||
"Apache-2.0", | ||
"Apache 2.0", | ||
"Artistic-1.0", | ||
"Artistic-2.0", | ||
"BlueOak-1.0.0", | ||
"BSD", | ||
"BSD-2-Clause", | ||
"BSD-3-Clause", | ||
"BSL-1.0", | ||
"CC-BY-1.0", | ||
"CC-BY-2.0", | ||
"CC-BY-2.5", | ||
"CC-BY-3.0", | ||
"CC-BY-4.0", | ||
"CC0-1.0", | ||
"CDDL-1.0", | ||
"CDDL-1.1", | ||
"CPL-1.0", | ||
"EPL-1.0", | ||
"FTL", | ||
"IPL-1.0", | ||
"ISC", | ||
"LGPL-2.0", | ||
"LGPL-2.1", | ||
"LGPL-3.0", | ||
"LPL-1.02", | ||
"MIT", | ||
"MIT*", | ||
"MPL-1.0", | ||
"MPL-1.1", | ||
"MPL-2.0", | ||
"MS-PL", | ||
"NCSA", | ||
"OpenSSL", | ||
"PHP-3.0", | ||
"Ruby", | ||
"Unlicense", | ||
"W3C", | ||
"Xnet", | ||
"ZPL-2.0", | ||
"Zend-2.0", | ||
"Zlib", | ||
"libtiff", | ||
"Public Domain", | ||
"0BSD", | ||
"WTFPL", | ||
"Python-2.0", | ||
"PostgreSQL" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
"Microsoft.AspNet.WebApi.Client", | ||
"Microsoft.AspNetCore.Http.Abstractions", | ||
"MockQueryable.FakeItEasy", | ||
"Serilog.Enrichers.Demystifier", | ||
"SpecFlow.NUnit" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters