File tree Expand file tree Collapse file tree 4 files changed +690
-329
lines changed Expand file tree Collapse file tree 4 files changed +690
-329
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,9 @@ func run(state overseer.State) {
464464 // OSS Default simplified gitlab enumeration
465465 feature .UseSimplifiedGitlabEnumeration .Store (true )
466466
467+ // OSS Default using github graphql api for issues, pr's and comments
468+ feature .UseGithubGraphqlAPI .Store (true )
469+
467470 conf := & config.Config {}
468471 if * configFilename != "" {
469472 var err error
Original file line number Diff line number Diff line change 99 EnableAPKHandler atomic.Bool
1010 UserAgentSuffix AtomicString
1111 UseSimplifiedGitlabEnumeration atomic.Bool
12- UseGitMirror atomic.Bool
12+ UseGitMirror atomic.Bool
13+ UseGithubGraphqlAPI atomic.Bool // use github graphql api to fetch issues, pr's and comments
1314)
1415
1516type AtomicString struct {
You can’t perform that action at this time.
0 commit comments