Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fix report issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Dec 13, 2023
1 parent f7e57f8 commit d8533a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aggregated_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
submodules: 'true'
- uses: oss-review-toolkit/ort-ci-github-action@b6d71a83acba8619f16b30c008f212a7a572f8e8 #v1
with:
report-formats: CycloneDx,SpdxDocument,WebApp,PlainTextTemplate,Opossum
report-formats: CycloneDx,WebApp,PlainTextTemplate,Opossum
run: 'cache-dependencies,cache-scan-results,labels,analyzer,evaluator,advisor,reporter,upload-results'
2 changes: 1 addition & 1 deletion .github/workflows/report_per_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
repository: ${{ matrix.repository }}
- uses: oss-review-toolkit/ort-ci-github-action@b6d71a83acba8619f16b30c008f212a7a572f8e8 #v1
with:
report-formats: CycloneDx,SpdxDocument,WebApp,PlainTextTemplate,Opossum
report-formats: CycloneDx,WebApp,PlainTextTemplate,Opossum
sw-name: ${{ matrix.sw-name }}
run: 'cache-dependencies,cache-scan-results,labels,analyzer,evaluator,advisor,reporter,upload-results'
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
[submodule "repos/beacon2-ri-api"]
path = repos/beacon2-ri-api
url = [email protected]:EGA-archive/beacon2-ri-api.git
[submodule "repos/rems"]
path = repos/rems
url = [email protected]:CSCfi/rems.git
[submodule "repos/starter-kit-rems.git"]
path = repos/starter-kit-rems.git
url = [email protected]:GenomicDataInfrastructure/starter-kit-rems.git
Expand All @@ -53,3 +50,6 @@
[submodule "repos/starter-kit-lsaai"]
path = repos/starter-kit-lsaai
url = [email protected]:GenomicDataInfrastructure/starter-kit-lsaai.git
[submodule "repos/cscfi-rems"]
path = repos/cscfi-rems
url = [email protected]:CSCfi/rems.git
1 change: 0 additions & 1 deletion repos/rems
Submodule rems deleted from 1faf50

0 comments on commit d8533a7

Please sign in to comment.