From a4bf0620924bae85da4aef667d9c726e8cd747c8 Mon Sep 17 00:00:00 2001 From: Mika Herrmann Date: Fri, 5 Jul 2024 14:41:13 +0200 Subject: [PATCH] chore: Add transitive packages --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18ca6710f6..1947f808e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -449,4 +449,4 @@ jobs: - name: Validate Licenses run: | dotnet restore ./Backbone.sln - nuget-license -i ./Backbone.sln -a ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty + nuget-license -i ./Backbone.sln -a -t ./.ci/allowedLicenses.json -ignore ./.ci/ignoredPackages.json -o jsonPretty