Skip to content

Commit

Permalink
Merge pull request #119 from snyk/fix/accept-filters-gradle-sbt
Browse files Browse the repository at this point in the history
fix: add Gradle and SBT accept filters to GitHub sample
  • Loading branch information
darscan authored Jun 13, 2018
2 parents d878409 + 25c9250 commit 0cb0d94
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions client-templates/github/accept.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@
"path": "commits.*.modified.*",
"value": "pom.xml"
},
{
"path": "commits.*.added.*",
"value": "build.gradle"
},
{
"path": "commits.*.modified.*",
"value": "build.gradle"
},
{
"path": "commits.*.added.*",
"value": "build.sbt"
},
{
"path": "commits.*.modified.*",
"value": "build.sbt"
},
{
"path": "commits.*.added.*",
"value": "yarn.lock"
Expand Down

0 comments on commit 0cb0d94

Please sign in to comment.