-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #128 from snyk/feat/add_github_raw_rule
feat: add raw github files rules
- Loading branch information
Showing
7 changed files
with
431 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./github-com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# your unique broker identifier | ||
BROKER_TOKEN= | ||
|
||
# your personal access token to your github.com account | ||
GITHUB_TOKEN= | ||
|
||
# the host GitHub, excluding scheme. For github.com | ||
# this should be "github.com" | ||
GITHUB= | ||
|
||
# the host for GitHub's raw content, excluding scheme. For github.com | ||
# this should be "raw.githubusercontent.com" | ||
GITHUB_RAW= | ||
|
||
# the url that the github API should be accessed at. For github.com this should be | ||
# changed to "api.github.com" | ||
GITHUB_API=$GITHUB/api/v3 | ||
|
||
# the url that the github graphql API should be accessed at. | ||
# For github.com this should be changed to "api.github.com" | ||
GITHUB_GRAPHQL=$GITHUB/api | ||
|
||
# the url of your broker client (including scheme and port) | ||
# BROKER_CLIENT_URL= | ||
|
||
# The URL of the Snyk broker server | ||
BROKER_SERVER_URL=https://broker.snyk.io | ||
|
||
# the fine detail accept rules that allow Snyk to make API requests to your | ||
# github.com | ||
ACCEPT=accept.json |
Oops, something went wrong.