From 6bdb6c777985f6f1eca040c5e6f066876c2b8399 Mon Sep 17 00:00:00 2001 From: Georg Eckert Date: Fri, 7 Jun 2024 12:03:41 +0200 Subject: [PATCH] a --- .github/workflows/software-composition-analysis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/software-composition-analysis.yml b/.github/workflows/software-composition-analysis.yml index 54cc36f..fb2f898 100644 --- a/.github/workflows/software-composition-analysis.yml +++ b/.github/workflows/software-composition-analysis.yml @@ -16,4 +16,5 @@ jobs: uses: oss-review-toolkit/ort-ci-github-action@v1 with: # In the docker container the repository root is mapped to /home/ort/work// - ort-home-path: '${{ github.workspace }}/.ort' + project-path: src + ort-home-path: 'work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/.ort'