Skip to content

Run Software Composition Analysis with ORT #21

Run Software Composition Analysis with ORT

Run Software Composition Analysis with ORT #21

name: Run Software Composition Analysis with ORT
on:
workflow_dispatch:
jobs:
ort:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
repository: 'ZEISS-PiWeb/PiWeb-MeshModel'
ref: 'feature/Curate-ORT'
- name: Run GitHub Action for ORT
uses: oss-review-toolkit/ort-ci-github-action@v1
with:
allow-dynamic-versions: 'true'
ort-home-path: 'work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/.ort'