Skip to content

Commit

Permalink
Merge pull request #140 from tortellini-tools/117-inputs-in-readme
Browse files Browse the repository at this point in the history
Adds inputs to README
  • Loading branch information
sverhoeven authored Jun 14, 2021
2 parents 673326f + 0c71dbf commit 3abee42
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,32 @@

This action checks dependency license issues using [ort](https://github.com/oss-review-toolkit/ort).

<!-- ## Inputs
## Inputs

### `who-to-greet`
### `repositories`

**Required** The name of the person to greet. Default `"World"`.
A file containing list of GitHub repository urls. Format is a single url (`https://github.com/<owner>/<repo>`) on each line. If set then action will run check on each url and generate an overview HTML page.
If not set the action runs check on currently checked out repository (`.` directory).
By default the `repositories` input is not set.

## Outputs -->
### `rules`

## Usage
**Required** A file or URL containing [ort rules](https://github.com/oss-review-toolkit/ort/blob/master/docs/file-rules-kts.md) to detect license violations. Default is [https://github.com/NLeSC/tortellini-on-rsd/raw/main/config/rules.kts](https://github.com/NLeSC/tortellini-on-rsd/raw/main/config/rules.kts).

### `classifications`

**Required** A file or URL containing classes for each license. For format see [ort documentation](https://github.com/oss-review-toolkit/ort/blob/master/docs/config-file-license-classifications-yml.md). Default is [https://github.com/NLeSC/tortellini-on-rsd/raw/main/config/rules.kts](https://github.com/NLeSC/tortellini-on-rsd/raw/main/config/rules.kts).

### `curations`

See [action.yml](action.yml)
A file or URL containing curations correct invalid or missing package metadata and set the concluded license for packages. See [ort documentation](https://github.com/oss-review-toolkit/ort/blob/master/docs/config-file-curations-yml.md) for format. If not set then action will not use any curations.

## Outputs

No action outputs are defined for this actions.
The action will write files to `.tortellini/out/` directory.

## Usage

### Own repository

Expand Down

0 comments on commit 3abee42

Please sign in to comment.