This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
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
0 parents
commit f7e57f8
Showing
21 changed files
with
156 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Aggregated Report | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
ort: | ||
strategy: | ||
fail-fast: false | ||
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: | ||
submodules: 'true' | ||
- uses: oss-review-toolkit/ort-ci-github-action@b6d71a83acba8619f16b30c008f212a7a572f8e8 #v1 | ||
with: | ||
report-formats: CycloneDx,SpdxDocument,WebApp,PlainTextTemplate,Opossum | ||
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,61 @@ | ||
name: Report per Repository | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
ort: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
include: | ||
- repository: GenomicDataInfrastructure/starter-kit-storage-and-interfaces | ||
sw-name: starter-kit-storage-and-interfaces | ||
- repository: GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal | ||
sw-name: gdi-userportal-ckanext-gdi-userportal | ||
- repository: GenomicDataInfrastructure/gdi-userportal-frontend | ||
sw-name: gdi-userportal-frontend | ||
- 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-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/starter-kit-beacon2-ri-api | ||
sw-name: starter-kit-beacon2-ri-api | ||
- repository: EGA-archive/beacon2-ri-api | ||
sw-name: beacon2-ri-api | ||
- repository: GenomicDataInfrastructure/starter-kit-rems | ||
sw-name: starter-kit-rems | ||
- repository: CSCfi/rems | ||
sw-name: rems | ||
- repository: GenomicDataInfrastructure/starter-kit-htsget | ||
sw-name: starter-kit-htsget | ||
- repository: GenomicDataInfrastructure/starter-kit-containerized-computation | ||
sw-name: starter-kit-containerized-computation | ||
- repository: GenomicDataInfrastructure/starter-kit-lsaai-mock | ||
sw-name: starter-kit-lsaai-mock | ||
- repository: GenomicDataInfrastructure/starter-kit-lsaai-mock | ||
sw-name: starter-kit-lsaai-mock | ||
- repository: GenomicDataInfrastructure/starter-kit-lsaai | ||
sw-name: starter-kit-lsaai | ||
|
||
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 }} | ||
- 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,55 @@ | ||
[submodule "repos/starter-kit-storage-and-interfaces"] | ||
path = repos/starter-kit-storage-and-interfaces | ||
url = [email protected]:GenomicDataInfrastructure/starter-kit-storage-and-interfaces.git | ||
[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 "repos/gdi-userportal-apigateway"] | ||
path = repos/gdi-userportal-apigateway | ||
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-apigateway.git | ||
[submodule "repos/gdi-userportal-ckan-docker"] | ||
path = repos/gdi-userportal-ckan-docker | ||
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-ckan-docker.git | ||
branch = user-portal-main | ||
[submodule "repos/gdi-userportal-ckanext-dcat"] | ||
path = repos/gdi-userportal-ckanext-dcat | ||
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git | ||
branch = user-portal-v1.5.1 | ||
[submodule "repos/gdi-userportal-ckanext-harvest"] | ||
path = repos/gdi-userportal-ckanext-harvest | ||
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-harvest.git | ||
branch = user-portal-v1.5.6 | ||
[submodule "repos/gdi-userportal-ckanext-scheming"] | ||
path = repos/gdi-userportal-ckanext-scheming | ||
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-scheming.git | ||
branch = user-portal-v3.0.0 | ||
[submodule "repos/gdi-userportal-docs"] | ||
path = repos/gdi-userportal-docs | ||
url = [email protected]:GenomicDataInfrastructure/gdi-userportal-docs.git | ||
[submodule "repos/beacon-v2"] | ||
path = repos/beacon-v2 | ||
url = [email protected]:GenomicDataInfrastructure/starter-kit-beacon2-ri-api.git | ||
[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 | ||
[submodule "repos/starter-kit-htsget"] | ||
path = repos/starter-kit-htsget | ||
url = [email protected]:GenomicDataInfrastructure/starter-kit-htsget.git | ||
[submodule "repos/starter-kit-containerized-computation"] | ||
path = repos/starter-kit-containerized-computation | ||
url = [email protected]:GenomicDataInfrastructure/starter-kit-containerized-computation.git | ||
[submodule "repos/starter-kit-lsaai-mock"] | ||
path = repos/starter-kit-lsaai-mock | ||
url = [email protected]:GenomicDataInfrastructure/starter-kit-lsaai-mock.git | ||
[submodule "repos/starter-kit-lsaai"] | ||
path = repos/starter-kit-lsaai | ||
url = [email protected]:GenomicDataInfrastructure/starter-kit-lsaai.git |
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,2 @@ | ||
# gdi-userportal-ort | ||
OSS Review Toolkit for GDI User Portal. |
Submodule beacon2-ri-api
added at
28cfd3
Submodule gdi-userportal-apigateway
added at
6d719b
Submodule gdi-userportal-ckan-docker
added at
2bcbe5
Submodule gdi-userportal-ckanext-dcat
added at
a55af9
Submodule gdi-userportal-ckanext-gdi-userportal
added at
c813e2
Submodule gdi-userportal-ckanext-harvest
added at
23ac96
Submodule gdi-userportal-ckanext-scheming
added at
18d8c7
Submodule gdi-userportal-docs
added at
cb5b61
Submodule gdi-userportal-frontend
added at
e846dc
Submodule starter-kit-containerized-computation
added at
ad7748
Submodule starter-kit-htsget
added at
b151e6
Submodule starter-kit-lsaai
added at
c12d66
Submodule starter-kit-lsaai-mock
added at
3d84ea
Submodule starter-kit-rems.git
added at
1faf50
Submodule starter-kit-storage-and-interfaces
added at
86d971