This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Report per Repository #8
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
name: Report per Repository | |
on: workflow_dispatch | |
jobs: | |
ort: | |
strategy: | |
fail-fast: false | |
matrix: | |
include: | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-storage-and-interfaces.git | |
sw-name: starter-kit-storage-and-interfaces | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git | |
sw-name: gdi-userportal-ckanext-gdi-userportal | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-frontend.git | |
sw-name: gdi-userportal-frontend | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-apigateway.git | |
sw-name: gdi-userportal-apigateway | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-ckan-docker.git | |
sw-name: gdi-userportal-ckan-docker | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git | |
sw-name: gdi-userportal-ckanext-dcat | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-harvest.git | |
sw-name: gdi-userportal-ckanext-harvest | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-ckanext-scheming.git | |
sw-name: gdi-userportal-ckanext-scheming | |
- repository: [email protected]:GenomicDataInfrastructure/gdi-userportal-docs.git | |
sw-name: gdi-userportal-docs | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-beacon2-ri-api.git | |
sw-name: starter-kit-beacon2-ri-api | |
- repository: [email protected]:EGA-archive/beacon2-ri-api.git | |
sw-name: beacon2-ri-api | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-rems.git | |
sw-name: starter-kit-rems | |
- repository: [email protected]:CSCfi/rems.git | |
sw-name: rems | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-htsget.git | |
sw-name: starter-kit-htsget | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-containerized-computation.git | |
sw-name: starter-kit-containerized-computation | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-lsaai-mock.git | |
sw-name: starter-kit-lsaai-mock | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-lsaai-mock.git | |
sw-name: starter-kit-lsaai-mock | |
- repository: [email protected]:GenomicDataInfrastructure/starter-kit-lsaai.git | |
sw-name: starter-kit-lsaai | |
- repository: [email protected]:neicnordic/sensitive-data-archive.git | |
sw-name: sensitive-data-archive | |
- repository: [email protected]:NBISweden/sda-cli.git | |
sw-name: sda-cli | |
- repository: [email protected]:perun-proxy-aai/containers/docker-gdi.git | |
sw-name: lsaai-docker-gdi | |
- repository: [email protected]:perun-proxy-aai/containers/docker-ga4gh_broker.git | |
sw-name: lsaai-docker-ga4gh-broker | |
- repository: [email protected]:perun-proxy-aai/java/perun-aai-ga4gh-passport-broker.git | |
sw-name: lsaai-ga4gh-broker | |
- repository: [email protected]:perun-proxy-aai/java/lsaai-oidc-mock.git | |
sw-name: lsaai-oidc-mock | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repo | |
run: git clone ${{ matrix.repository }} ${{ matrix.sw-name }} | |
- uses: oss-review-toolkit/ort-ci-github-action@b6d71a83acba8619f16b30c008f212a7a572f8e8 #v1 | |
with: | |
report-formats: CycloneDx,WebApp,PlainTextTemplate,Opossum | |
sw-name: ${{ matrix.sw-name }} | |
run: 'cache-dependencies,cache-scan-results,labels,analyzer,evaluator,advisor,reporter,upload-results' |