Github Enterprise - Examples
The list of options and some examples
The following options are available for the snyk-scm-contributors-count github-enterprise
command:
Before running the command
Get your GitHub Enterprise token or create a new one with this guide.
Note: Make sure your token has read access to the repos.
Running the command
Consider the following levels of usage and options:
Usage levels
To get commits for all repos in all your orgs in GitHub Enterprise, provide the GitHub Enterprise token:
To get commits for some orgs and their repos in GitHub Enterprise, provide the GitHub Enterprise token and the org names, separated by a comma:
To get commits for only one repo in GitHub Enterprise, provide the GitHub Enterprise token, one org name, and one repo name:
Options
To map all the orgs in GitHub Enterprise and not just the ones you have operate rights to, add the
--fetchAllOrgs
flag:
To exclude some contributors from being counted in the commits, add an exclusion file with the emails to ignore(separated by a new line) and apply the
--exclusionFilePath
with the path to that file:To set the output to json format, dd the
--json
flag:To run in debug mode for verbose output, prefix with
DEBUG=snyk*
:
Last updated