This is a commandline tool for scanning GitHub repositories. It is built by developers at [ustwo][ustwo].
You can build from source by cloning the repository and running the make build-release
command. Alternatively, you can download the precompiled package from the latest release. In either case, you can add it to your $PATH
.
To scan an organization's repositories, use
github-scanner scan organization <org-name> \
--oauth <token>
To get a full list of available commands, use
github-scanner help
Check our contributing guidelines.
GitHub Scanner is released under the MIT license. See LICENSE.md for details. Note that while github-scanner is licensed under the MIT license, not all of its dependencies may be. Please check the depedencies listed in the Package.swift
file and their respective licesnses.
- Aaron McTavish (@aamctustwo)