-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b3787f
commit 203f2a0
Showing
4 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Submodule gdi-userportal-ckanext-gdi-userportal
added at
bd60ff
Submodule gdi-userportal-frontend
added at
670873