Skip to content

Commit

Permalink
Merge pull request #50 from snyk/feat/pom-xml-filter
Browse files Browse the repository at this point in the history
feat: include pom.xml in allowed webhook data to monitor changes in Maven projects
  • Loading branch information
darscan authored Jun 20, 2017
2 parents 7684fc0 + 1c056a7 commit 34ca602
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client-templates/github/accept.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"path": "commits.*.modified.*",
"value": "requirements.txt"
},
{
"path": "commits.*.added.*",
"value": "pom.xml"
},
{
"path": "commits.*.modified.*",
"value": "pom.xml"
},
{
"path": "commits.*.added.*",
"value": ".snyk"
Expand Down

0 comments on commit 34ca602

Please sign in to comment.