scribe-public/gitgat

complete rules must not produce multiple outputs

AlbertGithub1 opened this issue · 3 comments

1.I get this error, I double-check and I give read:public_key permission

❯ docker run -e GH_TOKEN scribesecurity/gitgat:latest data.gh.post_gist
{
"errors": [
{
"message": "complete rules must not produce multiple outputs",
"code": "eval_conflict_error",
"location": {
"file": "github/ssh_keys.rego",
"row": 42,
"col": 1
}
}
]
}

  1. there is no read:repo under scopes

Thanks, we will look it up.

Looks quite similar to #5

As far as we checked, now fixed.