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