Update scancode to 32.2.1 (#19984)
This commit is contained in:
parent
b41fdc2888
commit
ebcb4abff3
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -euo pipefail
|
|||
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip
|
||||
|
||||
# See latest release at https://github.com/nexB/scancode-toolkit/releases
|
||||
SCANCODE_VERSION="32.1.0"
|
||||
SCANCODE_VERSION="32.2.1"
|
||||
|
||||
pyEnvPath="/tmp/scancode-env"
|
||||
python3 -m venv $pyEnvPath
|
||||
|
|
|
@ -87,6 +87,7 @@ public class LicenseScanTests : TestBase
|
|||
"object-form-exception-to-mit", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/object-form-exception-to-mit.LICENSE
|
||||
"ofl-1.1", // https://opensource.org/license/ofl-1-1/
|
||||
"osf-1990", // https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#HP_Variant
|
||||
"pcre2-exception", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/pcre2-exception.LICENSE
|
||||
"public-domain", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/public-domain.LICENSE
|
||||
"public-domain-disclaimer", // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
|
||||
"python", // https://opensource.org/license/python-2-0/
|
||||
|
|
Loading…
Reference in a new issue