Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
align-left

GitHub Action

tortellini-action

v2 Pre-release

tortellini-action

align-left

tortellini-action

GitHub Action that checks dependency licence issues using ort

Installation

Copy and paste the following snippet into your .yml file.

              

- name: tortellini-action

uses: tortellini-tools/action@v2

Learn more about this action in tortellini-tools/action

Choose a version

typescript-action status linting-action status tortellini-action status

Tortellini GitHub Action

This action checks dependency licence issues using ort.

Usage

See action.yml

Own repository

on:
  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

jobs:
  tortellini:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: tortellini-tools/action@main

Multiple repositories

on:
  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

jobs:
  tortellini:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - run: |
        echo 'https://github.com/tortellini-tools/action' > urls.txt
        echo 'https://github.com/fair-software/howfairis' >> urls.txt
    - uses: tortellini-tools/action@main
      with:
        repositories: 'urls.txt'

Developer documentation

See README.dev.md

Disclaimer

tortellini aims at providing insights into the license depencies of your package based on available information on open source licenses. We hope this information is helpful. However, we are not lawyers and we do make mistakes. Therefore tortellini provides information on an "as-is" basis and does not make warranties regarding this information. For any questions regarding the issues related to the licenses in your code, please consult a professional.