Skip to content

Commit

Permalink
Merge pull request #794 from snyk/feat/github-server-app-default-filters
Browse files Browse the repository at this point in the history
feat: GitHub Server App default filters
  • Loading branch information
miri-yehezkel authored Jul 22, 2024
2 parents db92412 + 2505e7a commit 0c379a8
Show file tree
Hide file tree
Showing 2 changed files with 837 additions and 257 deletions.
4 changes: 2 additions & 2 deletions config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@
"github-server-app": {
"validations": [
{
"url": "https://$GITHUB_API/user",
"url": "https://$GITHUB_API/installation/repositories?per_page=1&page=1",
"auth": {
"type": "header",
"name": "Authorization",
"value": "token $GITHUB_TOKEN"
"value": "Bearer $ACCESS_TOKEN"
}
}
],
Expand Down
Loading

0 comments on commit 0c379a8

Please sign in to comment.