Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-eckert-zeiss committed Jun 7, 2024
1 parent 40199a6 commit f534372
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/software-composition-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
- name: Run GitHub Action for ORT
uses: oss-review-toolkit/ort-ci-github-action@v1
with:
# In the docker container the repository root is mapped to /home/ort/work/<Repo-Name>/<Repo-Name>
project-path: src
ort-config-path: '${{ github.workspace }}/.ort/config'
5 changes: 0 additions & 5 deletions .ort/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ ort: #see https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kot
packageCurationProviders:
- type: DefaultFile
- type: DefaultDir
- type: File
id: NuGetCurationsFile
options:
path: '.ort/config/curations.yml'
mustExist: true
- type: ClearlyDefined
options:
serverUrl: 'https://api.clearlydefined.io'
Expand Down
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.0.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.1.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.2.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.3.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.4.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.5.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.6.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.IMT.PiWeb.MeshModel.1.0.7.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.PiWeb.MeshModel.2.0.0.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.PiWeb.MeshModel.3.0.0.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.PiWeb.MeshModel.3.0.1.nupkg
Binary file not shown.
Binary file removed deploy/Zeiss.PiWeb.MeshModel.3.0.2.nupkg
Binary file not shown.
41 changes: 34 additions & 7 deletions src/.ort.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
---
excludes:
paths:
- pattern: "**/{:funTest|test|Tests}/**"
reason: "TEST_OF"
comment: >-
Licenses contained in this directory are used for testing and do not apply to the OSS Review Toolkit.
excludes:
paths:
- pattern: ".*"
reason: "DATA_FILE_OF"
comment: >-
Configuration files.
- pattern: "bom.spdx.yml"
reason: "OTHER"
comment: >-
Bill of materials.
- pattern: "LICENSE.txt"
reason: "OTHER"
comment: >-
The license for this project.
- pattern: "*.md"
reason: "DOCUMENTATION_OF"
comment: >-
Documentation files.
- pattern: "THIRD-PARTY-NOTICES.txt"
reason: "OTHER"
comment: >-
FOSS disclosure statement of this project.
- pattern: "img/**"
reason: "DOCUMENTATION_OF"
comment: >-
Just readme images.
- pattern: ".*/**"
reason: "DATA_FILE_OF"
comment: >-
Configuration files.
- pattern: "**/src/Tests/**"
reason: "TEST_OF"
comment: >-
Licenses contained in this directory are used for testing and do not apply to the OSS Review Toolkit.

0 comments on commit f534372

Please sign in to comment.