File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
5
5
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip
6
6
7
7
# See latest release at https://github.com/nexB/scancode-toolkit/releases
8
- SCANCODE_VERSION=" 32.1.0 "
8
+ SCANCODE_VERSION=" 32.2.1 "
9
9
10
10
pyEnvPath=" /tmp/scancode-env"
11
11
python3 -m venv $pyEnvPath
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ public class LicenseScanTests : TestBase
93
93
"object-form-exception-to-mit" , // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/object-form-exception-to-mit.LICENSE
94
94
"ofl-1.1" , // https://opensource.org/license/ofl-1-1/
95
95
"osf-1990" , // https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#HP_Variant
96
+ "pcre2-exception" , // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/pcre2-exception.LICENSE
96
97
"public-domain" , // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/public-domain.LICENSE
97
98
"public-domain-disclaimer" , // https://github.com/nexB/scancode-toolkit/blob/develop/src/licensedcode/data/licenses/public-domain-disclaimer.LICENSE
98
99
"python" , // https://opensource.org/license/python-2-0/
You can’t perform that action at this time.
0 commit comments