Skip to content

Commit

Permalink
fix(schemas): Add missing entries for package managers
Browse files Browse the repository at this point in the history
These two most recently added package managers have not made it to this
array yet.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Apr 4, 2024
1 parent f0121b2 commit f71f994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integrations/schemas/package-managers-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"title": "ORT Package Managers",
"description": "A list of package managers supported by the OSS Review Toolkit (ORT). A full list of all supported package managers can ve found at https://github.com/oss-review-toolkit/ort/blob/main/analyzer/src/main/resources/META-INF/services/org.ossreviewtoolkit.analyzer.PackageManagerFactory.",
"enum": [
"Bazel",
"Bower",
"Bundler",
"Cargo",
Expand All @@ -26,6 +27,7 @@
"SBT",
"SpdxDocumentFile",
"Stack",
"SwiftPM",
"Unmanaged",
"Yarn",
"Yarn2"
Expand Down

0 comments on commit f71f994

Please sign in to comment.