Run Software Composition Analysis with ORT #24
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: 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/Automate-SCA' | |
- name: Run GitHub Action for ORT | |
uses: oss-review-toolkit/ort-ci-github-action@v1 | |
with: | |
# In the docker container the repository root is mapped to /home/ort/work/<Repo-Name>/<Repo-Name> | |
project-path: src | |
ort-config-path: 'work/${{ github.event.repository.name }}/${{ github.event.repository.name }}/.ort/config' |