We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c299c8b + 8e23ea9 commit 149d444Copy full SHA for 149d444
.github/workflows/basic_checks.yml
@@ -42,6 +42,7 @@ jobs:
42
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
43
| while read file; do cp --parents "${file}" SCANCODE; done
44
ls SCANCODE
45
+ scancode --reindex-licenses # workaround for https://github.com/nexB/scancode-toolkit/issues/3179
46
scancode -l --json-pp scancode.json SCANCODE
47
python ./tools/test/ci/scancode-evaluate.py scancode.json || true
48
cat scancode-evaluate.log
0 commit comments