We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f3f93 + 633a833 commit 9bff970Copy full SHA for 9bff970
.github/workflows/basic_checks.yml
@@ -42,7 +42,6 @@ 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