Skip to content

OSS Review Toolkit

OSS Review Toolkit #12

Workflow file for this run

name: OSS Review Toolkit
on:
workflow_run:
workflows: ["build"]
types:
- completed
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 }}
- uses: oss-review-toolkit/ort-ci-github-action@b6d71a83acba8619f16b30c008f212a7a572f8e8 #v1
with:
image: gdi-ort-image:latest
report-formats: CycloneDx,SpdxDocument,WebApp,PlainTextTemplate
sw-name: ${{ matrix.sw-name }}