Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ScanCode to 30.1.0 #4916

Merged
merged 2 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG ORT_VERSION="DOCKER-SNAPSHOT"
ARG CRT_FILES=""

# Set this to the ScanCode version to use.
ARG SCANCODE_VERSION="3.2.1rc2"
ARG SCANCODE_VERSION="30.1.0"

FROM adoptopenjdk/openjdk11:alpine-slim AS build

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ kotlin.code.style = official
askalonoVersion = 0.4.4
boyterLcVersion = 1.3.1
licenseeVersion = 9.13.0
scancodeVersion = 3.2.1-rc2
scancodeVersion = 30.1.0

# The version of the SPDX license list which is used to import license texts and generate SPDX enums. Must be a valid
# tag, see https://github.com/spdx/license-list-data/tags.
Expand Down
Loading