Skip to content

Commit 08760ad

Browse files
authored
Merge pull request #68 from InnerSourceCommons/rrrutledge-patch-2
Reference tools to help with module usage data gathering
2 parents a630d3e + df497d0 commit 08760ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

measuring/metrics/usage-count.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ If the project is an API and requires caller authentication, then read the API l
1818
If the project is a module (or package), then scan your source control system for files that list out dependencies for a package manager to install.
1919
Here is a list of [many package managers](https://github.com/oss-review-toolkit/ort#analyzer).
2020
Look in those dependencies for usage of your InnerSource project.
21-
22-
If the project is a UI and requires login, then read the project logs to determine the list of users.
21+
* The [ORT](https://github.com/oss-review-toolkit/ort) project will parse out these dependencies for you.
22+
* [Snyk](https://snyk.io/) is a security tool that your organization may already use.
23+
As part of its operation, it already parses out these dependencies.
24+
This information is exposed via [Snyk API](https://snyk.docs.apiary.io/#reference/dependencies).

0 commit comments

Comments
 (0)