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
67 lines (65 loc) · 3.84 KB
/
report_per_repo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: Report per Repository
on: workflow_dispatch
jobs:
ort:
strategy:
fail-fast: false
matrix:
include:
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-storage-and-interfaces.git
sw-name: starter-kit-storage-and-interfaces
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git
sw-name: gdi-userportal-ckanext-gdi-userportal
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-frontend.git
sw-name: gdi-userportal-frontend
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-apigateway.git
sw-name: gdi-userportal-apigateway
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-ckan-docker.git
sw-name: gdi-userportal-ckan-docker
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git
sw-name: gdi-userportal-ckanext-dcat
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-harvest.git
sw-name: gdi-userportal-ckanext-harvest
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-scheming.git
sw-name: gdi-userportal-ckanext-scheming
- repository: https://github.com/GenomicDataInfrastructure/gdi-userportal-docs.git
sw-name: gdi-userportal-docs
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-beacon2-ri-api.git
sw-name: starter-kit-beacon2-ri-api
- repository: https://github.com/EGA-archive/beacon2-ri-api.git
sw-name: beacon2-ri-api
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-rems.git
sw-name: starter-kit-rems
- repository: https://github.com/CSCfi/rems.git
sw-name: rems
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-htsget.git
sw-name: starter-kit-htsget
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-containerized-computation.git
sw-name: starter-kit-containerized-computation
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-lsaai-mock.git
sw-name: starter-kit-lsaai-mock
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-lsaai-mock.git
sw-name: starter-kit-lsaai-mock
- repository: https://github.com/GenomicDataInfrastructure/starter-kit-lsaai.git
sw-name: starter-kit-lsaai
- repository: https://github.com/neicnordic/sensitive-data-archive.git
sw-name: sensitive-data-archive
- repository: https://github.com/NBISweden/sda-cli.git
sw-name: sda-cli
- repository: https://gitlab.ics.muni.cz/perun-proxy-aai/containers/docker-gdi.git
sw-name: lsaai-docker-gdi
- repository: https://gitlab.ics.muni.cz/perun-proxy-aai/containers/docker-ga4gh_broker.git
sw-name: lsaai-docker-ga4gh-broker
- repository: https://gitlab.ics.muni.cz/perun-proxy-aai/java/perun-aai-ga4gh-passport-broker.git
sw-name: lsaai-ga4gh-broker
- repository: https://gitlab.ics.muni.cz/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'