File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 78
78
79
79
- name : Run OSS Review Toolkit
80
80
id : ort
81
- # TODO: Use released version once the following issue has been released:
82
- # * https://github.com/oss-review-toolkit/ort-ci-github-action/issues/37
83
- # * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/41
84
- # * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/43
85
- # * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/45
86
- uses : oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # main
81
+ uses : oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # v1.1.0
87
82
with :
88
- image : ghcr.io/oss-review-toolkit/ort-minimal:51.1 .0
83
+ image : ghcr.io/oss-review-toolkit/ort-minimal:54.0 .0
89
84
run : >-
90
85
labels,
91
86
cache-dependencies,
Original file line number Diff line number Diff line change @@ -83,11 +83,6 @@ curations:
83
83
concluded_license : " LicenseRef-scancode-unicode"
84
84
85
85
# Wrongly Identified
86
- - path : " LICENSES/LicenseRef-elixir-trademark-policy.txt"
87
- reason : " INCORRECT"
88
- comment : " Correct LicenseRef"
89
- detected_license : " LicenseRef-scancode-proprietary-license"
90
- concluded_license : " LicenseRef-elixir-trademark-policy"
91
86
- path : " lib/elixir/pages/references/library-guidelines.md"
92
87
reason : " INCORRECT"
93
88
comment : |
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ val whitelistedLicenses = listOf(
24
24
" Apache-2.0" ,
25
25
// License for the Elixir Logo
26
26
" LicenseRef-elixir-trademark-policy" ,
27
+ " LicenseRef-scancode-elixir-trademark-policy" ,
27
28
// License for included Unicode Files
28
29
" LicenseRef-scancode-unicode" ,
29
30
// DCO for committers
You can’t perform that action at this time.
0 commit comments