Skip to content

Commit 149d444

Browse files
authored
Merge pull request ARMmbed#15363 from 0xc0170/fix/martin.kojtal/scancode-license-index
scancode: Fix license index failure
2 parents c299c8b + 8e23ea9 commit 149d444

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/basic_checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
4343
| while read file; do cp --parents "${file}" SCANCODE; done
4444
ls SCANCODE
45+
scancode --reindex-licenses # workaround for https://github.com/nexB/scancode-toolkit/issues/3179
4546
scancode -l --json-pp scancode.json SCANCODE
4647
python ./tools/test/ci/scancode-evaluate.py scancode.json || true
4748
cat scancode-evaluate.log

0 commit comments

Comments
 (0)