Skip to content

Commit

Permalink
Merge pull request #15 from snyk/feat/snyk-ruby
Browse files Browse the repository at this point in the history
feat: add Ruby support to Snyk client template
  • Loading branch information
gjvis authored Mar 7, 2017
2 parents ee81ac4 + 4050425 commit cb9e9d1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions client-templates/snyk/accept.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"path": "commits.*.modified.*",
"value": "package.json"
},
{
"path": "commits.*.added.*",
"value": "Gemfile.lock"
},
{
"path": "commits.*.modified.*",
"value": "Gemfile.lock"
},
{
"path": "commits.*.added.*",
"value": ".snyk"
Expand Down Expand Up @@ -87,6 +95,18 @@
"path": "/:name/:repo/:branch/package.json",
"origin": "https://${GITHUB_TOKEN}@${GITHUB_RAW}"
},
{
"//": "used to determine the full dependency tree",
"method": "GET",
"path": "/:name/:repo/:branch/Gemfile.lock",
"origin": "https://${GITHUB_TOKEN}@${GITHUB_RAW}"
},
{
"//": "used to determine the full dependency tree",
"method": "GET",
"path": "/:name/:repo/:branch/Gemfile",
"origin": "https://${GITHUB_TOKEN}@${GITHUB_RAW}"
},
{
"//": "used to check if there's any ignore rules or existing patches",
"method": "GET",
Expand Down

0 comments on commit cb9e9d1

Please sign in to comment.