Skip to content
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
9 changes: 2 additions & 7 deletions .github/workflows/ort/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,9 @@ runs:

- name: Run OSS Review Toolkit
id: ort
# TODO: Use released version once the following issue has been released:
# * https://github.com/oss-review-toolkit/ort-ci-github-action/issues/37
# * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/41
# * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/43
# * https://github.com/oss-review-toolkit/ort-ci-github-action/pull/45
uses: oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # main
uses: oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # v1.1.0
with:
image: ghcr.io/oss-review-toolkit/ort-minimal:51.1.0
image: ghcr.io/oss-review-toolkit/ort-minimal:54.0.0
run: >-
labels,
cache-dependencies,
Expand Down
5 changes: 0 additions & 5 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ curations:
concluded_license: "LicenseRef-scancode-unicode"

# Wrongly Identified
- path: "LICENSES/LicenseRef-elixir-trademark-policy.txt"
reason: "INCORRECT"
comment: "Correct LicenseRef"
detected_license: "LicenseRef-scancode-proprietary-license"
concluded_license: "LicenseRef-elixir-trademark-policy"
- path: "lib/elixir/pages/references/library-guidelines.md"
reason: "INCORRECT"
comment: |
Expand Down
1 change: 1 addition & 0 deletions .ort/config/evaluator.rules.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ val whitelistedLicenses = listOf(
"Apache-2.0",
// License for the Elixir Logo
"LicenseRef-elixir-trademark-policy",
"LicenseRef-scancode-elixir-trademark-policy",
// License for included Unicode Files
"LicenseRef-scancode-unicode",
// DCO for committers
Expand Down
Loading