Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Target Repository List

Prepare a JSON file listing the repositories to analyze. The file should contain an array of "owner/name" strings:

[
  "org/repo-one",
  "org/repo-two",
  "org/repo-three"
]

Save this as repos.json (or any filename, you will pass it as an argument). Alternatively, you can target entire organizations using the repository_owners field in the API request instead of listing individual repositories.