0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-29 18:21:08 +00:00

feat: Add license blacklist

This commit is contained in:
alex289 2023-11-20 13:14:12 +01:00
parent 5d00431e47
commit 463121f3dc
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863
2 changed files with 4 additions and 1 deletions

3
.github/license-blacklist.json vendored Normal file
View File

@ -0,0 +1,3 @@
[
"GPL-2"
]

View File

@ -28,7 +28,7 @@ jobs:
run: |
dotnet new tool-manifest
dotnet tool install --local liz.tool
dotnet liz "${{ env.solutionFile }}" --suppress-progressbar
dotnet liz "${{ env.solutionFile }}" --blacklist .github/license-blacklist.json --suppress-progressbar
checkVulnerabilities:
runs-on: ubuntu-latest