diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index 2e283c6..288ea1e 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -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://git@github.com/ - 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' diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d2d0662 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "repos/gdi-userportal-ckanext-gdi-userportal"] + path = repos/gdi-userportal-ckanext-gdi-userportal + url = git@github.com:GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git +[submodule "repos/gdi-userportal-frontend"] + path = repos/gdi-userportal-frontend + url = git@github.com:GenomicDataInfrastructure/gdi-userportal-frontend.git diff --git a/repos/gdi-userportal-ckanext-gdi-userportal b/repos/gdi-userportal-ckanext-gdi-userportal new file mode 160000 index 0000000..bd60ffa --- /dev/null +++ b/repos/gdi-userportal-ckanext-gdi-userportal @@ -0,0 +1 @@ +Subproject commit bd60ffa5631ce4dd2e81a165df4b4b10f859b707 diff --git a/repos/gdi-userportal-frontend b/repos/gdi-userportal-frontend new file mode 160000 index 0000000..6708735 --- /dev/null +++ b/repos/gdi-userportal-frontend @@ -0,0 +1 @@ +Subproject commit 6708735745c248d74ff88720fd97b27da8ef8c64