Skip to content

Commit ee52625

Browse files
Add ORT project package manager definition schema (#5737)
See [1] for the schema and [2] for the documentation. [1]: https://raw.githubusercontent.com/oss-review-toolkit/ort/refs/heads/main/integrations/schemas/ort-project-schema.json [2]: https://oss-review-toolkit.org/ort/docs/guides/ort-project-package-manager Signed-off-by: Marcel Bochtler <git@bochtler.io>
1 parent dbc0fd1 commit ee52625

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5369,6 +5369,19 @@
53695369
],
53705370
"url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/package-configuration-schema.json"
53715371
},
5372+
{
5373+
"name": "OSS Review Toolkit project package manager definition",
5374+
"description": "ORT project package manager definition file for describing a project when using a custom or non-supported package manager with ORT",
5375+
"fileMatch": [
5376+
"ortproject.yml",
5377+
"ortproject.yaml",
5378+
"ortproject.json",
5379+
"*.ortproject.yml",
5380+
"*.ortproject.yaml",
5381+
"*.ortproject.json"
5382+
],
5383+
"url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/refs/heads/main/integrations/schemas/ort-project-schema.json"
5384+
},
53725385
{
53735386
"name": "OSS Review Toolkit repository configuration",
53745387
"description": "ORT's repository configuration file",

0 commit comments

Comments
 (0)