Skip to content

Commit

Permalink
Aggregate ort report
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Dec 9, 2023
1 parent 6b3787f commit 203f2a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
23 changes: 2 additions & 21 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,20 @@ name: OSS Review Toolkit

on:
push:
branches: [ "main" ]
branches: [ "aggregated-view" ]

jobs:
ort:
strategy:
fail-fast: false
matrix:
include:
- repository: GenomicDataInfrastructure/gdi-userportal-apigateway
sw-name: gdi-userportal-apigateway
- repository: GenomicDataInfrastructure/gdi-userportal-ckan-docker
sw-name: gdi-userportal-ckan-docker
- repository: GenomicDataInfrastructure/gdi-userportal-ckanext-dcat
sw-name: gdi-userportal-ckanext-dcat
- repository: GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal
sw-name: gdi-userportal-ckanext-gdi-userportal
- repository: GenomicDataInfrastructure/gdi-userportal-ckanext-harvest
sw-name: gdi-userportal-ckanext-harvest
- repository: GenomicDataInfrastructure/gdi-userportal-ckanext-scheming
sw-name: gdi-userportal-ckanext-scheming
- repository: GenomicDataInfrastructure/gdi-userportal-docs
sw-name: gdi-userportal-docs
- repository: GenomicDataInfrastructure/gdi-userportal-frontend
sw-name: gdi-userportal-frontend
runs-on: ubuntu-latest
steps:
- name: Use HTTPS instead of SSH for Git cloning
run: git config --global url.https://github.com/.insteadOf ssh://[email protected]/
- uses: actions/checkout@v3
with:
repository: ${{ matrix.repository }}
submodules: 'true'
- uses: oss-review-toolkit/ort-ci-github-action@b6d71a83acba8619f16b30c008f212a7a572f8e8 #v1
with:
report-formats: CycloneDx,SpdxDocument,WebApp,PlainTextTemplate,Opossum
sw-name: ${{ matrix.sw-name }}
run: 'cache-dependencies,cache-scan-results,labels,analyzer,evaluator,advisor,reporter,upload-results'
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "repos/gdi-userportal-ckanext-gdi-userportal"]
path = repos/gdi-userportal-ckanext-gdi-userportal
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git
[submodule "repos/gdi-userportal-frontend"]
path = repos/gdi-userportal-frontend
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-frontend.git
1 change: 1 addition & 0 deletions repos/gdi-userportal-ckanext-gdi-userportal
1 change: 1 addition & 0 deletions repos/gdi-userportal-frontend

0 comments on commit 203f2a0

Please sign in to comment.