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:
parent
5d00431e47
commit
463121f3dc
3
.github/license-blacklist.json
vendored
Normal file
3
.github/license-blacklist.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[
|
||||
"GPL-2"
|
||||
]
|
2
.github/workflows/dependency-check.yml
vendored
2
.github/workflows/dependency-check.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user