You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/tools/analyzer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Currently, the following package managers (grouped by the programming language t
20
20
* C / C++
21
21
*[Bazel](https://bazel.build/) (limitations: see [open tasks](https://github.com/oss-review-toolkit/ort/issues/264))
22
22
*[Conan 1.x](https://conan.io/)
23
-
* Also see: [SPDX documents](#analyzer-for-spdx-documents)
23
+
* Also see: [SPDX documents](#spdx-as-fallback-package-manager)
24
24
* Dart / Flutter
25
25
*[Pub](https://pub.dev/)
26
26
* Go
@@ -59,6 +59,6 @@ Currently, the following package managers (grouped by the programming language t
59
59
* Unmanaged
60
60
* This is a special "package manager" that manages all files that cannot be associated with any of the other package managers.
61
61
62
-
<aname="analyzer-for-spdx-documents"></a>
62
+
## SPDX as Fallback Package Manager
63
63
64
64
If another package manager that is not part of the list above is used (or no package manager at all), the generic fallback to [SPDX documents](https://spdx.dev/specifications/) can be leveraged to describe [projects](https://github.com/oss-review-toolkit/ort/blob/main/plugins/package-managers/spdx/src/funTest/assets/projects/synthetic/inline-packages/project-xyz.spdx.yml) or [packages](https://github.com/oss-review-toolkit/ort/blob/main/plugins/package-managers/spdx/src/funTest/assets/projects/synthetic/libs/curl/package.spdx.yml).
0 commit comments