Skip to content

Commit 442a603

Browse files
committed
deps(docker): Upgrade ScanCode to version 32.4.0
See [1]. Adjust a license score which now has higher confidence (probably due to [2]). [1]: https://github.com/aboutcode-org/scancode-toolkit/releases/tag/v32.4.0 [2]: aboutcode-org/scancode-toolkit#4215 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 189ce61 commit 442a603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/versions.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARG PYTHON_VERSION=3.11.10
2929
ARG RUBY_VERSION=3.4.4
3030
ARG RUST_VERSION=1.87.0
3131
ARG SBT_VERSION=1.10.0
32-
ARG SCANCODE_VERSION=32.3.3
32+
ARG SCANCODE_VERSION=32.4.0
3333
ARG SWIFT_VERSION=6.0.3
3434
ARG UBUNTU_VERSION=jammy
3535
ARG YARN_VERSION=1.22.22

plugins/scanners/scancode/src/funTest/kotlin/ScanCodeScannerFunTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ScanCodeScannerFunTest : AbstractPathScannerWrapperFunTest() {
3939

4040
override val expectedDirectoryLicenses = listOf(
4141
LicenseFinding("Apache-2.0", TextLocation("COPYING", 1, 201), 99.43f),
42-
LicenseFinding("Apache-2.0", TextLocation("LICENCE", 1, 201), 99.43f),
42+
LicenseFinding("Apache-2.0", TextLocation("LICENCE", 1, 201), 100.0f),
4343
LicenseFinding("Apache-2.0", TextLocation("LICENSE", 1, 201), 100.0f)
4444
)
4545

0 commit comments

Comments
 (0)