samhammerag/nuget-license-check-action
check licenses of nuget packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectDir | Directory with .sln file to check | yes | . |
| solutionFileName | Filename of the .sln file to check (e.g. sample.sln) | yes | — |
| allowedLicenses | Allowed licenses as SPDX list e.g. MIT;Apache-2.0 | no | — |
| excludeProjects | List of project patterns to skip, also support wildcard e.g. *Test.csproj;*Xunit.csproj | no | — |
| toolVersion | Specify version for dotnet tool nuget-license | no | — |
| exportDir | Directory where licenses.html should be exported to | no | — |
Outputs
no outputs