From 8e23ea90849db34dddf0664ab462816ed5755457 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 3 Jan 2023 10:29:40 +0000 Subject: [PATCH] scancode: Fix license index failure Signed-off-by: Martin Kojtal --- .github/workflows/basic_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/basic_checks.yml b/.github/workflows/basic_checks.yml index 0df1123509d..0bcadf903d4 100644 --- a/.github/workflows/basic_checks.yml +++ b/.github/workflows/basic_checks.yml @@ -41,6 +41,7 @@ jobs: | ( grep -v '^tools/test/toolchains/api_test.py' || true ) \ | while read file; do cp --parents "${file}" SCANCODE; done ls SCANCODE + scancode --reindex-licenses # workaround for https://github.com/nexB/scancode-toolkit/issues/3179 scancode -l --json-pp scancode.json SCANCODE python ./tools/test/ci/scancode-evaluate.py scancode.json || true cat scancode-evaluate.log