File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 7878
7979 - name : Run OSS Review Toolkit
8080 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
8782 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
8984 run : >-
9085 labels,
9186 cache-dependencies,
Original file line number Diff line number Diff line change @@ -83,11 +83,6 @@ curations:
8383 concluded_license : " LicenseRef-scancode-unicode"
8484
8585 # 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"
9186 - path : " lib/elixir/pages/references/library-guidelines.md"
9287 reason : " INCORRECT"
9388 comment : |
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ val whitelistedLicenses = listOf(
2424 " Apache-2.0" ,
2525 // License for the Elixir Logo
2626 " LicenseRef-elixir-trademark-policy" ,
27+ " LicenseRef-scancode-elixir-trademark-policy" ,
2728 // License for included Unicode Files
2829 " LicenseRef-scancode-unicode" ,
2930 // DCO for committers
You can’t perform that action at this time.
0 commit comments